blob: 3851e34fe359990b0f1c1d0005f072ad2762723b [file] [log] [blame]
//@ compile-flags: -Z unstable-options --show-coverage --output-format=json
//@ check-pass
mod bar {
/// a
///
/// ```
/// let x = 0;
/// ```
pub struct Foo;
}
pub use bar::Foo;