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