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