076-elif-undef-nested.c revision b8e80941
1#ifdef UNDEF
2#if UNDEF == 4
3#elif UNDEF == 5
4#endif
5#endif
6