// You can pass this input file as argument for testing the translator

#define F(a,number2)  a*number2+b+aba+0+0+a
F(20, 301)

#define O(a,b)

#define P rest_of_line
P+2;

#define C
C+3;


  #define TEST(a, b) a*2+1
int x=1;

 x=F(2, test);
  x=F(P, q)+TEST
(
20+5+
9,
 1+8*4-3
);
