glcpp/tests: Add test to check #line followed by code

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=51802
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=51506
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=41152
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Matt Turner 2012-11-06 15:36:15 -08:00
parent 9ad71c44fa
commit c3a15d9a35
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#line 2
int foo();

View File

@ -0,0 +1,3 @@
#line 2
int foo();