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