Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.dg
/
plugin
/
diagnostic-test-nesting-text-plain.c
blob: 042081d35c7ba94cf5ce1ffe87b15c145dbfa9dc [
file
] [
log
] [
blame
]
/* { dg-do compile } */
extern
void
foo
(
void
);
void
test_nesting
(
void
)
{
foo
();
/* { dg-error "top-level error" } */
}