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