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

fn main(x: int) { }