rt_gccstream/gcc/testsuite/gcc.dg/Wlarger-than2.c

8 lines
147 B
C

/* { dg-do compile } */
/* { dg-options "-Wlarger-than=8" } */
static void foo (void)
{
char buf[9]; /* { dg-warning "size of.*9 bytes" } */
}