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