1int test_main(int argc, char* argv[]);
2
3#define main()		test_main(int argc, char* argv[])