// { dg-do compile { target c++11 } } template struct ST; template struct ST {}; int&& f(); const int&& g(); void h(bool b) { ST(); }