ref: 8164505a0df98c04b04ae40eb0780bbadf710e1d dir: /utils/kl/foo.c/
int foo(void) { return 100; } main() { int x; x = foo(); } _main() { }