blob: df5192645e11eb748f5ead743c90462d68c64d9f [file] [log] [blame] [edit]
// Syntactically, a free `const` item can omit its body.
//@ check-pass
fn main() {}
#[cfg(FALSE)]
static X: u8;