diff options
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.other/const2.C')
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/const2.C | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.other/const2.C b/gcc/testsuite/g++.old-deja/g++.other/const2.C new file mode 100644 index 000000000..4463b9cc9 --- /dev/null +++ b/gcc/testsuite/g++.old-deja/g++.other/const2.C @@ -0,0 +1,5 @@ +// { dg-do assemble } + +struct S { + static const char* cp = "abc"; // { dg-error "" } initialization of non-const +}; |