blob: b8269fc42708f180bae67e511678c016917c8f0d [file] [log] [blame]
//@ check-pass
fn main() {}
#[cfg(false)]
impl X {
fn f();
}