summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp/tests/098-elif-undefined.c
blob: 1f520d4d4320ac53f84b3ee8fed7fb6018a61465 (plain)
1
2
3
4
5
6
7
#if 0
Not this
#elif UNDEFINED_MACRO
Nor this
#else
Yes, this.
#endif