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