mesa/src/glsl/glcpp/tests/098-elif-undefined.c

8 lines
70 B
C
Raw Normal View History

#if 0
Not this
#elif UNDEFINED_MACRO
Nor this
#else
Yes, this.
#endif