blob: ce081c7641c61f7f657be93a6999293310cf6a94 [file] [log] [blame] [edit]
// This test checks that it will not output warning for usage of `standalone` or `standalone_crate`.
//@ check-pass
//! ```standalone
//! bla
//! ```
//!
//! ```standalone-crate
//! bla
//! ```