FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g77.f-torture / compile / cpp2.F
blob968d9f666ef2d42a85c21c47e0790893b3a9ddb8
1 C The preprocessor must not introduce a newline after
2 C the "a" when ARGUMENTS is expanded.
4 #define ARGUMENTS a\
6       subroutine yada (ARGUMENTS)
7       end