7 lines
79 B
Rust
7 lines
79 B
Rust
|
extern crate test_crate;
|
||
|
use test_crate::*;
|
||
|
|
||
|
unrelated_panic!();
|
||
|
|
||
|
fn main() {}
|