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