9 lines
67 B
Rust
9 lines
67 B
Rust
//@ check-pass
|
|
|
|
fn main() {}
|
|
|
|
#[cfg(FALSE)]
|
|
impl X {
|
|
fn f();
|
|
}
|