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