ac56007ea7
This reverts commit13314df21b
, reversing changes made to6e534c73c3
.
5 lines
77 B
Rust
5 lines
77 B
Rust
//@ run-pass
|
|
pub struct Z(#[allow(dead_code)] &'static Z);
|
|
|
|
pub fn main() {}
|