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