DEBSOURCES
Skip Quicknav
sources / mcpp / 2.7.2-5.2 / test-c / e_14_9.c
1234567891011
/* e_14_9.c: Out of range in #if expression (division by 0). */ /* 14.9: Divided by 0. */ #if 1 / 0 #endif int main( void) { return 0; }