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