about summary refs log tree commit diff
path: root/tests/ui/parser/misspelled-keywords/static.rs
blob: 240f4f52c8dc83c069410ad909a9dbf519108678 (plain)
1
2
3
4
Static a = 0;
//~^ ERROR expected one of

fn main() {}