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