- do not print a space at the end of qualifiers (needed for diagnostic)
[cparser] / parsetest / cp_error049.c
1 int main(void)
2 {
3         return 0;
4         if (0) {}
5 }