int test() // ->DeclareSub("test", "i") { return 42; } void test() // ->DeclareSub("test", "") { printf("WORKS!\n"); }