Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/expr/expr.const/
H A Dp6.cpp6 template<typename T> int not_constexpr_var = T::error; variable
18 (void)sizeof(not_constexpr_var<long>); in test()
31 (void)sizeof(int{not_constexpr_var<int>}); in test()