rust/tests/source/issue-5011.rs
2021-10-20 00:11:59 -05:00

12 lines
147 B
Rust

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