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