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