ref: 990dcf7fb41e4b4d050ffb6080ccf794922dd88d dir: /tests/cc/execute/0083-voidret.c/
void voidfn() { return; } int main() { voidfn(); return 0; }