1C The preprocessor must not introduce a newline after
2C the "a" when ARGUMENTS is expanded.
3
4#define ARGUMENTS a\
5
6      subroutine yada (ARGUMENTS)
7      end
8