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