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