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