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