about summary refs log tree commit diff
path: root/tests/rustdoc/doctest/doctest-manual-crate-name.rs
blob: 8d526959fe1ef5b28c90279218992d522cd26490 (plain)
1
2
3
4
5
6
7
//@ compile-flags:--test

//! ```
//! #![crate_name="asdf"]
//!
//! println!("yo");
//! ```