Comment 4 for bug 1904630

Revision history for this message
Matthias Klose (doko) wrote :

confirmed, but that's invalid code:

$ gcc-9 -c qq.i
qq.i: In function ‘m’:
qq.i:1:49: error: expected expression before ‘)’ token
    1 | int m(int a, int b) { return sizeof((char[a][b])); }
      | ^