blob: a276e27f9dcc45e8eac18ff592059fb10ca9e83a [file] [log] [blame]
// build-pass (FIXME(62277): could be check-pass?)
// pretty-expanded FIXME #23616
#[deny(dead_code)]
pub enum Foo {
Bar {
baz: isize
}
}
fn main() { }