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