Searched defs: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
2233 template <typename T> constexpr int FunT1() { return; } // expected-error {{non-void constexpr function 'FunT1' should return a value}} FunT1() function