mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
5 lines
79 B
Rust
5 lines
79 B
Rust
//@ check-pass
|
|
pub struct Z(#[allow(dead_code)] &'static Z);
|
|
|
|
pub fn main() {}
|