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