]> git.proxmox.com Git - rustc.git/blame - src/test/ui/test-runner-hides-main.rs
New upstream version 1.38.0+dfsg1
[rustc.git] / src / test / ui / test-runner-hides-main.rs
CommitLineData
416331ca 1// run-pass
223e47cc 2// compile-flags:--test
223e47cc
LB
3// Building as a test runner means that a synthetic main will be run,
4// not ours
1a4d82fc 5pub fn main() { panic!(); }