arm: fix typo in dg-require-effective-target [PR118089]
[official-gcc.git] / gcc / testsuite / gcc.dg / plugin / diagnostic-test-nesting-text-plain.c
blob042081d35c7ba94cf5ce1ffe87b15c145dbfa9dc
1 /* { dg-do compile } */
3 extern void foo (void);
5 void test_nesting (void)
7 foo (); /* { dg-error "top-level error" } */