Home
last modified time | relevance | path

Searched refs:is_constexpr_var (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/expr/expr.const/
H A Dp6.cpp7 template<typename T> constexpr int is_constexpr_var = T::error; // expected-error {{'::'}} variable
19 (void)sizeof(is_constexpr_var<long>); in test()
32 (void)sizeof(int{is_constexpr_var<int>}); // expected-note {{instantiation of}} in test()