4 lines
56 B
Rust
Raw Normal View History

2018-10-01 22:03:07 +02:00
fn main() {
panic!("This shouldn't even compile")
}