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