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