index
:
firefox-esr
debian
progress-linux
upstream
debian 12 security: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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
()
{}