diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/d_lines_1.f')
-rw-r--r-- | gcc/testsuite/gfortran.dg/d_lines_1.f | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/d_lines_1.f b/gcc/testsuite/gfortran.dg/d_lines_1.f new file mode 100644 index 000000000..04909b147 --- /dev/null +++ b/gcc/testsuite/gfortran.dg/d_lines_1.f @@ -0,0 +1,5 @@ +! { dg-do compile } +! { dg-options "-fd-lines-as-comments" } +d This is a comment. +D This line, too. + end |