// compile-flags: --crate-type lib --edition 2018 #[doc(primitive = "usize")] /// This is the built-in type `usize`. mod usize { }