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