aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/plugin/diagnostic-test-nesting-text-plain.c
blob: 042081d35c7ba94cf5ce1ffe87b15c145dbfa9dc (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */

extern void foo (void);

void test_nesting (void)
{
  foo (); /* { dg-error "top-level error" } */
}