glcpp: Add a testcase for the failure in compiling xonotic's shader.

gcc and mesa master agree that this is OK.
This commit is contained in:
Eric Anholt
2010-08-01 11:40:07 -07:00
parent f6b03f3235
commit 93b10bd353
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#if UNDEF
#if UNDEF > 1
#endif
#endif

View File

@@ -0,0 +1,5 @@