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
/
test-attrs
/
test-main-not-dead.rs
blob: 30a9c85e3d2abe503f89abd97c5541fb6feb5bdb (
plain
)
1
2
3
4
5
6
// run-pass
// compile-flags: --test
#![deny(dead_code)]
fn
main
()
{
panic!
();
}