Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gfortran.dg / g77 / cpp2.F
1 c { dg-do compile }
2 C The preprocessor must not introduce a newline after
3 C the "a" when ARGUMENTS is expanded.
4
5 #define ARGUMENTS a\
6
7       subroutine yada (ARGUMENTS)
8       end