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