xref: /aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/tests/098-elif-undefined.c (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 #if 0
2 Not this
3 #elif UNDEFINED_MACRO
4 Nor this
5 #else
6 Yes, this.
7 #endif
8