extern void test1(); extern void test2(); #include "cson.h" #include "stdio.h" int main() { test1(); //test2(); return 0; }