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