glcpp/tests: Add a test for #version followed by #define.

This isn't really a C file, but...that's probably okay.
This commit is contained in:
Kenneth Graunke 2010-06-18 15:34:50 -07:00
parent 8f32221638
commit 214632f527
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,2 @@
#version 130
#define FOO

View file

@ -0,0 +1,3 @@
#version 130