rust/tests/ui/parser/item-free-static-no-body-syntactic-pass.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
115 B
Rust
Raw Normal View History

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