glcpp/tests: Add a corollary to testcase 073 for testing #elif.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 4 Aug 2010 23:22:31 +0000 (16:22 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 5 Aug 2010 06:37:19 +0000 (23:37 -0700)
src/glsl/glcpp/tests/074-elif-undef.c [new file with mode: 0644]

diff --git a/src/glsl/glcpp/tests/074-elif-undef.c b/src/glsl/glcpp/tests/074-elif-undef.c
new file mode 100644 (file)
index 0000000..67aac89
--- /dev/null
@@ -0,0 +1,3 @@
+#ifndef UNDEF
+#elif UNDEF < 0
+#endif