9 lines
72 B
Rust
9 lines
72 B
Rust
//@ check-pass
|
|
|
|
fn main() {}
|
|
|
|
#[cfg(FALSE)]
|
|
impl X {
|
|
const Y: u8;
|
|
}
|