blob: d727c158ab8e51666098f050af973394e8229978 [file] [log] [blame] [edit]
// rustfmt-normalize_comments: true
enum E {
A, //* I am not a block comment (caused panic)
B,
}