blob: 7ab9e6cbea6f1fd7e5b37a2394c0b5816a9d33cc [file] [log] [blame]
/* PR preprocessor/57824 */
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -fdump-tree-optimized-lineno -save-temps" { target c } } */
/* { dg-options "-std=c++11 -fdump-tree-optimized-lineno -save-temps" { target c++ } } */
const char x[] = R"(
abc
def
ghi
)";
int
main ()
{
extern void foo (); foo ();
return 0;
}
/* Verify call to foo is on line 15. */
/* { dg-final { scan-tree-dump "c:15:\[^\n\r\]*foo" "optimized" } } */