static void test(Args _args) { int abc(int _a) {; info(strfmt("%1", _a)); return abc(_a + 1); } print(abc(1)); }