]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/underscore_static.rs
Auto merge of #51285 - Mark-Simulacrum:remove-quote_apis, r=Manishearth
[rust.git] / src / test / ui / parser / underscore_static.rs
1 static _: () = (); //~ ERROR expected identifier, found reserved identifier `_`
2
3 fn main() {}