rust/tests/target/issue_3839.rs

9 lines
72 B
Rust

struct Foo {
a: i32,
/*
asd
*/
// foo
b: i32,
}