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