diff options
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.other/initstring.C')
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/initstring.C | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.other/initstring.C b/gcc/testsuite/g++.old-deja/g++.other/initstring.C new file mode 100644 index 000000000..d56189260 --- /dev/null +++ b/gcc/testsuite/g++.old-deja/g++.other/initstring.C @@ -0,0 +1,3 @@ +// { dg-do assemble } + +static const char foo[] = { "bar" }; |