mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-30 08:16:56 +00:00
8 lines
131 B
Rust
8 lines
131 B
Rust
//@ check-fail
|
|
|
|
static STATIC_VAR_FIVE: &One();
|
|
//~^ ERROR cannot find type
|
|
//~| ERROR free static item without body
|
|
|
|
fn main() {}
|