index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
macros
/
macro-path-prelude-pass.rs
blob: 7cf346286eadf5f483a867d0e51ce2d44d9792f7 (
plain
)
1
2
3
4
5
6
7
8
9
// check-pass
mod
m
{
fn
check
()
{
std
::
panic!
();
// OK
}
}
fn
main
()
{}