Searched refs:Conditional2 (Results 1 – 2 of 2) sorted by relevance
80 constexpr int Conditional2(bool b, int n) { return b ? n * ng : n + ng; } // expected-error {{never… in Conditional2() function