diff options
| -rw-r--r-- | gcc/testsuite/g++.old-deja/g++.jason/ctor1.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.jason/ctor1.C b/gcc/testsuite/g++.old-deja/g++.jason/ctor1.C index 123295d..ba897f1 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/ctor1.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/ctor1.C @@ -3,7 +3,7 @@ extern "C" { struct xx { - void (*xx)(void); // ERROR - field with name of class + void (*xx)(void); int x,y; }; } |
