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