Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
pr67065.C
blob: 790bde414dfd139b72eeb24a781311bf044f6633 [
file
] [
log
] [
blame
]
// PR c++/67065
int
main
;
// { dg-error "cannot declare" }
void
foo
()
{
int
main
;
}