]> git.proxmox.com Git - rustc.git/blame - src/test/ui/elided-test.rs
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / elided-test.rs
CommitLineData
0531ce1d 1// error-pattern: `main` function not found
223e47cc
LB
2
3// Since we're not compiling a test runner this function should be elided
4// and the build will fail because main doesn't exist
5#[test]
6fn main() {
7}