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