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