summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/glcpp/tests/076-elif-undef-nested.c
blob: ebd550ed00519be54af1487275e39187da2bdb54 (plain)
1
2
3
4
5
#ifdef UNDEF
#if UNDEF == 4
#elif UNDEF == 5
#endif
#endif