]> git.lizzy.rs Git - rust.git/blob - tests/ui/test-attrs/test-runner-hides-main.rs
Rollup merge of #106726 - cmorin6:fix-comment-typos, r=Nilstrieb
[rust.git] / tests / ui / test-attrs / test-runner-hides-main.rs
1 // run-pass
2 // compile-flags:--test
3 // Building as a test runner means that a synthetic main will be run,
4 // not ours
5 pub fn main() { panic!(); }