diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/testsuite/g++.old-deja/g++.pt/typename6.C | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/typename6.C b/gcc/testsuite/g++.old-deja/g++.pt/typename6.C deleted file mode 100644 index 0b19d54..0000000 --- a/gcc/testsuite/g++.old-deja/g++.pt/typename6.C +++ /dev/null @@ -1,21 +0,0 @@ -// Build don't link: -// Special g++ Options: - -template <class T> -struct A -{ - typedef T A_Type; -}; - - -template <class U> -struct B : public A<U> -{ - A_Type Func(); -}; - - -template <class U> -A<U>::A_Type B<U>::Func() -{ -} |
