aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/bad-main.rs
blob: 8e3fa503eaf9bf3b7b1c593fe0e868fe1e6281e7 (plain) (blame)
1
2
3
4
// error-pattern: bad type signature

fn main(int x) {
}