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