// PR c++/100592 // { dg-do compile { target c++11 } } template struct meta { template using if_c = int&; }; template typename meta::template if_c const f(); using type = decltype(f()); using type = int&;