blob: dbb7750907c3c8451c1a490699bfada96b9f4312 [file] [log] [blame]
/* { dg-options "-fdiagnostics-show-caret" } */
void bar(void);
void foo(void)
{
bar() /* { dg-error "expected ';' before '.' token" } */
}
/* { dg-begin-multiline-output "" }
bar()
^
;
}
~
{ dg-end-multiline-output "" } */