#define aLongMacroDefinition(x,y)	\
	some line here;	\
	and some more;	\
	finish now
5 back to ordinary text.
#include "inclusion"
7 hello again
8 some more
9 aLongMacroDefinition(a,b)
10 end