blob: 790bde414dfd139b72eeb24a781311bf044f6633 [file] [log] [blame]
// PR c++/67065
int main; // { dg-error "cannot declare" }
void foo() { int main; }