repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arm: fix typo in dg-require-effective-target [PR118089]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
plugin
/
diagnostic-test-nesting-text-plain.c
blob
042081d35c7ba94cf5ce1ffe87b15c145dbfa9dc
1
/* { dg-do compile } */
2
3
extern
void
foo
(
void
);
4
5
void
test_nesting
(
void
)
6
{
7
foo
();
/* { dg-error "top-level error" } */
8
}