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