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