test/test.c @@ -1,7 +1,13 @@ #include "usg_common.h" #include "usg_typedef.h" int test() { static int count = 0; count++; return count; } int main() { int main() { } printf("%d\n", test()); printf("%d\n", test()); }