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