OSDN Git Service

* lib/gcc-dg.exp (cleanup-modules): New proc.
[pf3gnuchains/gcc-fork.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