1enum flow_e {
2 A=0,
3};
4
5int main() {
6 flow_e f;
7
8 return 0; // break here
9}
10

source code of lldb/test/API/commands/expression/cast_int_to_anonymous_enum/main.cpp