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