ref: 5cacba6029fe3f7d755ec7d03ef2377489d709bd dir: /tests/execute/0104-voidparm.c/
int main() { int c; c = 0; do ; while (0); return c; }