// PR c++/40619 // { dg-options "-std=c++0x" } template struct X {}; template auto f(T t) -> X {} template auto g(T t) -> X {}