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