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