mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 09:18:10 +02:00
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Acked-by: Matt Turner <mattst88@gmail.com> Acked-by: Jose Fonseca <jfonseca@vmware.com>
9 lines
193 B
C
9 lines
193 B
C
/* GLSL accepts a null directive. Let's test that in several variations: */
|
|
#
|
|
#
|
|
/*....*/#/*....*/
|
|
/*..*/ # /*..*/
|
|
#//...
|
|
# //...
|
|
/*....*/#/**///..
|
|
/*..*/ # /**/ //
|