mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
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:
parent
9ad71c44fa
commit
c3a15d9a35
2 changed files with 5 additions and 0 deletions
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();
|
||||
|
||||
Loading…
Add table
Reference in a new issue