rust/src/test/ui/parser/underscore_static.rs

4 lines
94 B
Rust

static _: () = (); //~ ERROR expected identifier, found reserved identifier `_`
fn main() {}