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