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