blob: 21aaea479631ce2772a3c60534b653efe0a5d84e [file] [log] [blame]
#![crate_type = "rlib"]
#![feature(fundamental)]
pub trait Misc {}
#[fundamental]
pub trait Fundamental<T> {}