blob: 120a4dd9e7ca2446fb2d3580c70a17cf54976e68 [file] [log] [blame]
// PR c++/83947
// { dg-do compile { target c++14 } }
auto f ();
template < int > auto g (f); // { dg-error "before deduction" }
auto h = g < 0 > ();