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