redecl4.C   [plain text]


int main() {
  struct A {
    void f();
    void f();			// ERROR - already declared
  };
}