7 lines
90 B
Rust
7 lines
90 B
Rust
#[rustversion::any(not)]
|
|
struct S;
|
|
|
|
#[rustversion::any(not, not)]
|
|
struct S;
|
|
|
|
fn main() {}
|