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