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