
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).
5 lines
54 B
C
5 lines
54 B
C
#ifndef UNDEF
|
|
#elif UNDEF < 0
|
|
#elif UNDEF == 3
|
|
#endif
|