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