Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / c-c++-common / pr44515.c
blobdbb7750907c3c8451c1a490699bfada96b9f4312
1 /* { dg-options "-fdiagnostics-show-caret" } */
3 void bar(void);
4 void foo(void)
6 bar() /* { dg-error "expected ';' before '.' token" } */
8 /* { dg-begin-multiline-output "" }
9 bar()
14 { dg-end-multiline-output "" } */