summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/tests/075-elif-elif-undef.c
blob: 264bc4f10ee1125910d275e932a4270e84643005 (plain)
1
2
3
4
#ifndef UNDEF
#elif UNDEF < 0
#elif UNDEF == 3
#endif