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