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