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