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