// PR c++/48029 template struct A { }; template struct B { struct N { }; typedef U u; }; typedef B(*)[2]> btype; A v1[2]; btype v2;