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