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