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