Searched refs:is_constexpr_var (Results 1 – 1 of 1) sorted by relevance
7 template<typename T> constexpr int is_constexpr_var = T::error; // expected-error {{'::'}} variable19 (void)sizeof(is_constexpr_var<long>); in test()32 (void)sizeof(int{is_constexpr_var<int>}); // expected-note {{instantiation of}} in test()