Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// Syntactically, a foreign static may have a body.
//@ check-pass
fn main() {}
#[cfg(FALSE)]
extern "C" {
static X: u8;
static mut Y: u8;
}