android13/external/rust/crates/proc-macro-error/tests/ui/unrelated_panic.rs

7 lines
79 B
Rust
Raw Normal View History

2024-06-22 08:45:49 -04:00
extern crate test_crate;
use test_crate::*;
unrelated_panic!();
fn main() {}