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