summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp/tests/098-elif-undefined.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/glcpp/tests/098-elif-undefined.c')
-rw-r--r--src/glsl/glcpp/tests/098-elif-undefined.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glsl/glcpp/tests/098-elif-undefined.c b/src/glsl/glcpp/tests/098-elif-undefined.c
index 52a331cc414..1f520d4d432 100644
--- a/src/glsl/glcpp/tests/098-elif-undefined.c
+++ b/src/glsl/glcpp/tests/098-elif-undefined.c
@@ -1,3 +1,7 @@
#if 0
+Not this
#elif UNDEFINED_MACRO
+Nor this
+#else
+Yes, this.
#endif