rustc/tests/ui/parser/paamayim-nekudotayim.rs
2023-08-02 10:33:26 +02:00

6 lines
95 B
Rust

// http://phpsadness.com/sad/1
fn main() {
::; //~ ERROR expected identifier, found `;`
}