aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/plugin/diagnostic-test-graphs.c
blob: 79739546886c5941e4d61dd65d0aabae30e9ae34 (plain)
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" } */
}