Files
rust/tests/ui/parser/misspelled-keywords/static.rs

5 lines
55 B
Rust
Raw Normal View History

2024-09-01 22:27:43 -04:00
Static a = 0;
//~^ ERROR expected one of
fn main() {}