summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/glcpp/tests/107-multiline-hash-elif.c
blob: 8c1c67a4d6ba905ec45963f35c8a77413cce73ac (plain)
1
2
3
4
5
6
7
#define X(x) x
#if 0
#elif X(	\
	1	\
       )
int foo();
#endif