glcpp/tests: Add test for multiline #line

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Matt Turner 2012-11-06 16:16:02 -08:00
parent c3a15d9a35
commit b44423cf75
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#define X(x) x
#line X( \
1 \
)
#line 2

View File

@ -0,0 +1,6 @@
#line 1
#line 2