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