1 2 3 4 5 6 7 8
/* { dg-do compile } */ extern void here (void); void test_graphs (void) { here (); /* { dg-error "this is a placeholder error, with graphs" } */ }