rustc/tests/ui/parser/item-free-const-no-body-syntactic-pass.rs
2023-08-02 10:33:26 +02:00

9 lines
114 B
Rust

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