blob: c32bcf380ea3b20d6f2fba2dd62da4b849b57c7d [file] [log] [blame]
// compile-flags:--test
//! This is a doc comment
//!
//! ```rust
//! fn main() {}
//! ```
//!
//! With a trailing code fence
//! ```
/// Some foo function
pub fn foo() {}