//@ check-pass trait Foo { fn m(&self, _:isize) { } } pub fn main() { }