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