From-SVN: r33830
This commit is contained in:
Jason Merrill 2000-05-10 16:06:48 -04:00
parent e43a157747
commit 9a689793b0

View File

@ -3,7 +3,7 @@
extern "C" extern "C"
{ {
struct xx { struct xx {
void (*xx)(void); // ERROR - field with name of class void (*xx)(void);
int x,y; int x,y;
}; };
} }