summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/tests/140-null-directive.c
blob: 1dcb26ef8b9418dba745c6a2eeb88e6b74f77017 (plain)
1
2
3
4
5
6
7
8
9
/* GLSL accepts a null directive. Let's test that in several variations: */
#
        #        
/*....*/#/*....*/
 /*..*/ # /*..*/ 
#//...
        #   //...
/*....*/#/**///..
 /*..*/ # /**/ //