summaryrefslogtreecommitdiffstats
path: root/src/test/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!(); }