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