1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// PR c++/36852 #include "array-1.H" template <class T> T A::foo (T t[3][3]) { return t[0][1]; } int main () { }