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