]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/item-free-const-no-body-syntactic-pass.rs
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
[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;