summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/g77/cpp2.F
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/g77/cpp2.F')
-rw-r--r--gcc/testsuite/gfortran.dg/g77/cpp2.F8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/g77/cpp2.F b/gcc/testsuite/gfortran.dg/g77/cpp2.F
new file mode 100644
index 000000000..a1ee05afd
--- /dev/null
+++ b/gcc/testsuite/gfortran.dg/g77/cpp2.F
@@ -0,0 +1,8 @@
+c { dg-do compile }
+C The preprocessor must not introduce a newline after
+C the "a" when ARGUMENTS is expanded.
+
+#define ARGUMENTS a\
+
+ subroutine yada (ARGUMENTS)
+ end