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