rust/tests/source/issue-5011.rs

13 lines
147 B
Rust
Raw Normal View History

pub(crate) struct ASlash(
// hello
i32
);
pub(crate) struct AStar(
/* hello */
i32
);
pub(crate) struct BStar(/* hello */ i32);