blob: 79739546886c5941e4d61dd65d0aabae30e9ae34 [file] [log] [blame]
/* { dg-do compile } */
extern void here (void);
void test_graphs (void)
{
here (); /* { dg-error "this is a placeholder error, with graphs" } */
}