// PR c++/53658 // { dg-do compile { target c++11 } } struct A; template using Foo = const A; template Foo bar();