rt_gccstream/gcc/testsuite/gcc.dg/pr28322.c

9 lines
177 B
C

/* PR28322: ignore unknown -Wno-* if no warning is emitted. */
/* { dg-do compile } */
/* { dg-options " -Wno-foobar -Wno-div-by-zero" } */
void foo(void)
{
int i = 1/0;
}