4 lines
40 B
Rust
Raw Normal View History

fn main() {
!"a"; //~ ERROR E0600
}