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