blob: 83fd66215e1ca75cbd8d03e8a48fb75f5c5a934a [file] [log] [blame]
enum Bar {
BAR,
BAZ
;
Bar() {
}
}