* asan.c (create_cond_insert_point): Maintain profile.
[official-gcc.git] / gcc / testsuite / gcc.dg / func-args-2.c
bloba537f8956a64750f93dd187a0c4dbd96540f7300
1 /* PR c/27420 */
2 /* { dg-do compile } */
3 /* { dg-options "-w" } */
5 void foo();
6 void foo(struct A a) {} /* { dg-error "incomplete type" } */