mesa/src/compiler/glsl/glcpp/tests/140-null-directive.c
Emil Velikov eb63640c1d glsl: move to compiler/
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Acked-by: Matt Turner <mattst88@gmail.com>
Acked-by: Jose Fonseca <jfonseca@vmware.com>
2016-01-26 16:08:33 +00:00

9 lines
193 B
C

/* GLSL accepts a null directive. Let's test that in several variations: */
#
#
/*....*/#/*....*/
/*..*/ # /*..*/
#//...
# //...
/*....*/#/**///..
/*..*/ # /**/ //