blob: 74c6023d7fbbd97d0de51e297fe58d641890cd90 [file] [log] [blame]
#![crate_type = "lib"]
#![feature(staged_api)]
#![stable(feature = "none", since = "1.0")]
#[stable(feature = "none", since = "1.0")]
pub enum Foo {
A,
}