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