// PR c++/55670 // { dg-do compile { target c++11 } } template using F = T; struct X { F* fp = nullptr; }; int main () { return 0; }