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