mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 20:06:38 +00:00
8 lines
119 B
Rust
8 lines
119 B
Rust
//@ check-fail
|
|
|
|
static STATIC_VAR_FIVE: &One();
|
|
//~^ cannot find type
|
|
//~| free static item without body
|
|
|
|
fn main() {}
|