rust/tests/run-make/deref-impl-rustdoc-ice/bar.rs
2024-05-22 22:49:00 -04:00

5 lines
55 B
Rust

#![crate_type = "lib"]
#[derive(Debug)]
pub struct S;