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
* MAINTAINERS: Add a note that maintainership also includes web
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
crash49.C
blob
a922ef3cfc749f6b360b0b4fe6c5b362d61e11a5
1
// PR c++/37552
2
// { dg-do compile }
3
4
extern struct A a[1]; // { dg-message "forward declaration" }
5
6
void
7
foo ()
8
{
9
a[0]; // { dg-error "invalid use of incomplete type" }
10
}