4 lines
56 B
Rust
4 lines
56 B
Rust
|
fn main() {
|
||
|
std::panic!("panicking from libstd");
|
||
|
}
|