9 lines
137 B
Rust
9 lines
137 B
Rust
pub(crate) struct ASlash(
|
|
// hello
|
|
i32,
|
|
);
|
|
|
|
pub(crate) struct AStar(/* hello */ i32);
|
|
|
|
pub(crate) struct BStar(/* hello */ i32);
|