// PR c++/55337 // { dg-do compile } template struct A; template struct B { static A <__alignof__ (T)> b; }; template A<__alignof__ (T)> B::b;