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