1 int test_main(int argc, char **argv);
2 
3 #define main(X,Y)	test_main(X,Y)
4