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