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