diff options
Diffstat (limited to 'gcc_arm/testsuite/g++.old-deja/g++.pt/spec24.C')
-rwxr-xr-x | gcc_arm/testsuite/g++.old-deja/g++.pt/spec24.C | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc_arm/testsuite/g++.old-deja/g++.pt/spec24.C b/gcc_arm/testsuite/g++.old-deja/g++.pt/spec24.C new file mode 100755 index 0000000..2b7d336 --- /dev/null +++ b/gcc_arm/testsuite/g++.old-deja/g++.pt/spec24.C @@ -0,0 +1,5 @@ +// Build don't link: + +template <class T> class A; +// template <> +class A<int>; // ERROR - missing template header - XFAIL *-*-* |