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