diff options
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.other/debug7.C')
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/debug7.C | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.other/debug7.C b/gcc/testsuite/g++.old-deja/g++.other/debug7.C new file mode 100644 index 000000000..f486de1ab --- /dev/null +++ b/gcc/testsuite/g++.old-deja/g++.other/debug7.C @@ -0,0 +1,11 @@ +// { dg-do link } +// { dg-options "-g -O2" } +// Origin: Loren James Rittle <rittle@latour.rsch.comm.mot.com> + +namespace std { + const int __stl_chunk_size = 7; +} + +int main () +{ +} |