summaryrefslogtreecommitdiffstats
path: root/third_party/rust/proc-macro-error/tests/ui/unrelated_panic.rs
blob: c74e3e0623e9a2b388aff349f1e9a37dbc75577e (plain)
1
2
3
4
5
6
extern crate test_crate;
use test_crate::*;

unrelated_panic!();

fn main() {}