Files
third_party_mesa3d/src/glsl/glcpp/tests/075-elif-elif-undef.c
Carl Worth 48ba058e7a glcpp: Additional fixes for not evaluating skipped #if/#elif expressions.
This adds a couple of test cases to expand our coverage of invalid #if and
being skipped, (either by being nested inside an #if/#elif that evaluates to
zero or by being after an #if/#elif that evaluates to non-zero).
2010-08-11 12:43:44 -07:00

5 lines
54 B
C

#ifndef UNDEF
#elif UNDEF < 0
#elif UNDEF == 3
#endif