aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g77.f-torture/compile/cpp2.F
blob: 968d9f666ef2d42a85c21c47e0790893b3a9ddb8 (plain)
1
2
3
4
5
6
7
C The preprocessor must not introduce a newline after
C the "a" when ARGUMENTS is expanded.

#define ARGUMENTS a\

      subroutine yada (ARGUMENTS)
      end