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