mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 21:47:04 +00:00
8 lines
90 B
Rust
8 lines
90 B
Rust
#[rustversion::any(not)]
|
|
struct S;
|
|
|
|
#[rustversion::any(not, not)]
|
|
struct S;
|
|
|
|
fn main() {}
|