void StatementList() { while (A) { Statement(); } if (B) { /* 何もしない */ } else { printf("構文に誤りがあります。\n"); exit(0); } }