* asan.c (create_cond_insert_point): Maintain profile.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr59351.c
blob384058f40418af15c299613b6c7494b52e9cc118
1 /* { dg-do compile } */
2 /* { dg-options "-std=c99 -Wpedantic" } */
4 unsigned int
5 foo (void)
7 return sizeof ((int[]) {}); /* { dg-warning "ISO C forbids empty initializer braces" } */