summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/crash30.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.brendan/crash30.C')
-rwxr-xr-xgcc/testsuite/g++.old-deja/g++.brendan/crash30.C10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.brendan/crash30.C b/gcc/testsuite/g++.old-deja/g++.brendan/crash30.C
new file mode 100755
index 0000000..707e898
--- /dev/null
+++ b/gcc/testsuite/g++.old-deja/g++.brendan/crash30.C
@@ -0,0 +1,10 @@
+// Build don't link:
+// GROUPS passed old-abort
+#include <string>
+
+int
+main(void) {
+
+ string a[] = {"Hello"};
+
+}