Searched refs:FunT1 (Results 1 – 2 of 2) sorted by relevance
5 template <typename T> consteval int FunT1() { return; } // expected-error {{non-void consteval func… in FunT1() function
2193 …template <typename T> constexpr int FunT1() { return; } // expected-error {{non-void constexpr fun… in FunT1() function