blob: 958cfdc499f79f8d9e53e520649218ba50d3b713 [file] [log] [blame]
int main() {
struct A {
void f();
void f(); // ERROR - already declared
};
}