extern void test(); int main(int argc, char** argv) { test(); return 0; }