summary refs log tree commit diff
path: root/src/test/compile-fail/bad-main.rs
blob: 79f21dc62c3163136b5e47806834a043c0e608b3 (plain)
1
2
3
// error-pattern:expecting `extern fn(~[str])

fn main(x: int) { }