Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
test-attrs
/
test-main-not-dead.rs
blob: c90dbddb83b864e2478c25f32e12b9c5261a7716 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ compile-flags: --test
#![
deny
(
dead_code
)]
fn
main
()
{
panic
!();
}