blob: 74abbf0bf8cda3693b3d3db5cf82fa6e1fb96fd5 [file] [log] [blame]
enum Foo {
Bar(isize)
}
pub mod test {
enum Foo {
Bar(isize)
}
}