blob: 16b09d64e8c1786c96500da3c83512eb42fc9321 [file] [log] [blame]
// check-pass
fn main() {}
#[cfg(FALSE)]
impl X {
fn f();
}