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:
2
src/glsl/glcpp/tests/104-hash-line-followed-by-code.c
Normal file
2
src/glsl/glcpp/tests/104-hash-line-followed-by-code.c
Normal file
@@ -0,0 +1,2 @@
|
||||
#line 2
|
||||
int foo();
|
@@ -0,0 +1,3 @@
|
||||
#line 2
|
||||
int foo();
|
||||
|
Reference in New Issue
Block a user