blob: b76610e5ce18d8385df385b42b80f8617f46ec72 [file] [log] [blame]
>>>
enum EE {
a,
b, // 'b'
c
}
<<<
enum EE {
a,
b, // 'b'
c,
}