summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/tests/075-elif-elif-undef.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/glcpp/tests/075-elif-elif-undef.c')
-rw-r--r--src/glsl/glcpp/tests/075-elif-elif-undef.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glsl/glcpp/tests/075-elif-elif-undef.c b/src/glsl/glcpp/tests/075-elif-elif-undef.c
new file mode 100644
index 0000000000..264bc4f10e
--- /dev/null
+++ b/src/glsl/glcpp/tests/075-elif-elif-undef.c
@@ -0,0 +1,4 @@
+#ifndef UNDEF
+#elif UNDEF < 0
+#elif UNDEF == 3
+#endif