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