// PR c++/114393 // { dg-do compile { target c++20 } } template struct c1 {}; template inline constexpr auto b_v = F; template inline constexpr auto c_v = b_v; auto f = c_v; using type = decltype(f()); using type = char;