// PR c++/114795 // { dg-additional-options "-fmodules-ts -fno-module-lazy" } template struct A { auto f() { return T(); } }; A a; import "auto-4_a.H"; int main() { g(); // { dg-bogus "before deduction of 'auto'" "" { target *-*-* } 0 } }