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