]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/item-free-static-no-body-syntactic-pass.rs
Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-2021-02-01
[rust.git] / src / test / ui / parser / item-free-static-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 static X: u8;