blob: 9ad4a1929bdbf808932b7ba835b8041cb0f9537a [file] [log] [blame]
pub(crate) struct ASlash(
// hello
i32,
);
pub(crate) struct AStar(/* hello */ i32);
pub(crate) struct BStar(/* hello */ i32);