glcpp/tests: Add test for multiline #if
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#define X(x) x
|
||||
#if X( \
|
||||
1 \
|
||||
)
|
||||
int foo();
|
||||
#endif
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
int foo();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user