// PR c++/40619 // { dg-do compile { target c++11 } } template struct X {}; template auto f(T t) -> X {} template auto g(T t) -> X {}