summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/tests/073-if-in-ifdef.c
blob: b9155b521e09e90212ee0efda779409b6059b4e6 (plain)
1
2
3
4
#if UNDEF
#if UNDEF > 1
#endif
#endif