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