Searched refs:not_constexpr_var (Results 1 – 1 of 1) sorted by relevance
6 template<typename T> int not_constexpr_var = T::error; variable18 (void)sizeof(not_constexpr_var<long>); in test()31 (void)sizeof(int{not_constexpr_var<int>}); in test()