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