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

9 lines
116 B
Rust
Raw Normal View History

// Syntactically, a free `const` item can omit its body.
//@ check-pass
fn main() {}
2025-03-29 17:24:03 +00:00
#[cfg(false)]
static X: u8;