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