diff --git a/gcc/testsuite/g++.old-deja/g++.pt/crash23.C b/gcc/testsuite/g++.old-deja/g++.pt/crash23.C index e4f5bee8772..ac4fae02b0b 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/crash23.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/crash23.C @@ -2,6 +2,7 @@ template void foo(); template class bar { +public: int i; template friend void foo(); // ERROR - template-id };