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