about summary refs log tree commit diff
path: root/tests/ui/parser/item-free-static-no-body-syntactic-pass.rs
blob: 8dae4338ee7ed4be1d81d8fe5d651ca77aee6d2e (plain)
1
2
3
4
5
6
7
8
// Syntactically, a free `const` item can omit its body.

//@ check-pass

fn main() {}

#[cfg(false)]
static X: u8;