DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb11u3 / tests / ui / parser / item-free-static-no-body-syntactic-pass.rs
12345678
// Syntactically, a free `const` item can omit its body. //@ check-pass fn main() {} #[cfg(FALSE)] static X: u8;