Blame cpp-test/test-t/e_14_9.c

Packit Service 8bf002
/* e_14_9.c:    Out of range in #if expression (division by 0). */
Packit Service 8bf002
Packit Service 8bf002
/* { dg-do preprocess } */
Packit Service 8bf002
Packit Service 8bf002
/* 14.9:    Divided by 0.   */
Packit Service 8bf002
#if     1 / 0       /* { dg-error "(D|d)ivision by zero" } */
Packit Service 8bf002
#endif
Packit Service 8bf002