blob: 1f9c3a8f805b721ffaee01ab66780835ae1a0e05 [file] [edit]
//@ compile-flags: -Z unstable-options --show-coverage -o -
//@ check-pass
mod bar {
/// a
///
/// ```
/// let x = 0;
/// ```
pub struct Foo;
}
pub use bar::Foo;