Comment 1 for bug 1904630

Revision history for this message
Colin Ian King (colin-king) wrote :

Note that the workaround is just to remove the extra ( ), e.g. int m(int a, int b) { return sizeof(char[a][b]); }