Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/lang/cpp/const_static_integral_member/
H A Dmain.cpp50 const static Enum invalid_enum_val = static_cast<Enum>(enum_case2 + 5); member
105 e = A::invalid_enum_val; in main()