blob: dd3a422c2a230fe7c822bdb51d2c8290013e7be8 [file] [log] [blame]
// PR c++/53658
// { dg-do compile { target c++11 } }
struct A;
template <typename> using Foo = const A;
template <typename Item> Foo <Item> bar();