Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
macros
/
macro-path-prelude-pass.rs
blob: 3499a80e956d89e03cf3478d6da3795a71362b05 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
mod
m
{
fn
check
()
{
std
::
panic
!();
// OK
}
}
fn
main
()
{}