nir: move to compiler/
[mesa.git] / src / glsl / glcpp / tests / 140-null-directive.c
1 /* GLSL accepts a null directive. Let's test that in several variations: */
2 #
3 #
4 /*....*/#/*....*/
5 /*..*/ # /*..*/
6 #//...
7 # //...
8 /*....*/#/**///..
9 /*..*/ # /**/ //