1 #![crate_name = "foo"]
2 pub use std::fs::File;
3 
4 // @has 'foo/primitive.i16.html' '//h2[@id="synthetic-implementations"]' 'Auto Trait Implementation'
5 #[doc(primitive = "i16")]
6 /// I love poneys!
7 mod prim {}
8