// PR c++/95223 // { dg-do compile } // { dg-additional-options "--param=hash-table-verification-limit=10000" } template struct j {}; template struct n { typedef int m; j::m> p(); }; template j::m> n::p() { return o::f(); }