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