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