Sign in
android
/
platform
/
external
/
rust
/
crates
/
proc-macro-error
/
38af226257df5c5e6b60a736dde26911d7c838e8
/
.
/
tests
/
ui
/
unrelated_panic.rs
blob: c74e3e0623e9a2b388aff349f1e9a37dbc75577e [
file
] [
log
] [
blame
]
extern
crate test_crate
;
use
test_crate
::*;
unrelated_panic
!();
fn
main
()
{}