]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/item-free-const-no-body-syntactic-pass.rs
:arrow_up: rust-analyzer
[rust.git] / src / test / ui / parser / item-free-const-no-body-syntactic-pass.rs
1 // Syntactically, a free `const` item can omit its body.
2
3 // check-pass
4
5 fn main() {}
6
7 #[cfg(FALSE)]
8 const X: u8;