diff options
Diffstat (limited to 'gcc_arm/testsuite/g++.old-deja/g++.pt/ttp46.C')
-rwxr-xr-x | gcc_arm/testsuite/g++.old-deja/g++.pt/ttp46.C | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc_arm/testsuite/g++.old-deja/g++.pt/ttp46.C b/gcc_arm/testsuite/g++.old-deja/g++.pt/ttp46.C new file mode 100755 index 0000000..23a32a8 --- /dev/null +++ b/gcc_arm/testsuite/g++.old-deja/g++.pt/ttp46.C @@ -0,0 +1,4 @@ +// Build don't link: + +template <template<class> class TT> void f() {} +template <template<class,class> class TT> void f() {} |