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