blob: 4eeecdc056972a5f1e3ef46826593316e8c15bad [file] [log] [blame]
pub struct OtherType;
pub trait OtherTrait {}
#[macro_export]
macro_rules! m {
() => {};
}
pub enum E {
V1
}