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