Searched refs:C_test (Results 1 – 3 of 3) sorted by relevance
25 constexpr int C_test(bool b) { return b ? C::variable : C::function(); } in C_test() function47 constexpr int struct_variable_test = C_test(true);48 constexpr int struct_function_test = C_test(false);
16 constexpr int C_test(bool b) { return b ? C::variable : C::function(); } in C_test() function
62 highest level. When you are developing ``C_test`` testing ``C``, your link may66 ``C_test``) will link against every library. This breaks the motivation