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