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