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