summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp/tests/106-multiline-hash-if.c
blob: 929e93e782f3dcbbecc4877e2d20e724226e2363 (plain)
1
2
3
4
5
6
#define X(x) x
#if X(		\
	1	\
     )
int foo();
#endif