xref: /aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/tests/140-null-directive.c (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /* GLSL accepts a null directive. Let's test that in several variations: */
2 #
3         #
4 /*....*/#/*....*/
5  /*..*/ # /*..*/
6 #//...
7         #   //...
8 /*....*/#/**///..
9  /*..*/ # /**/ //
10