Home
last modified time | relevance | path

Searched refs:invalid_scoped_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.cpp52 const static ScopedEnum invalid_scoped_enum_val = static_cast<ScopedEnum>(5); member
107 se = A::invalid_scoped_enum_val; in main()