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