blob: 4e093bb2e17dc2af26e504b1c949dad45c551d55 [file] [log] [blame] [edit]
//@ check-fail
static STATIC_VAR_FIVE: &One();
//~^ cannot find type
//~| free static item without body
fn main() {}