1 2 3 4 5 6 7 8
//@ check-pass //@ pretty-expanded FIXME #23616 trait Foo { fn m(&self, _:isize) { } } pub fn main() { }