scoping16.C   [plain text]


struct A {
  int a();			// ERROR - 
  int a;			// ERROR - 
};