Searched refs:test_bool_printing (Results 1 – 1 of 1) sorted by relevance
97 constexpr bool test_bool_printing(bool b) { return 1 / !(2*b | !(2*b)); } // expected-note 2{{divis… in test_bool_printing() function98 constexpr bool test_bool_0 = test_bool_printing(false); // expected-error {{constant expr}} expecte…99 constexpr bool test_bool_1 = test_bool_printing(true); // expected-error {{constant expr}} expected…