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