aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/bad-main.rs
blob: b8b8676cd8ae4425d4510f87eb0c13dad563c8c7 (plain) (blame)
1
2
3
4
5
6
7
// xfail-stage0
// xfail-stage1
// xfail-stage2
// error-pattern: bad type signature

fn main(int x) {
}