// check-pass
// pretty-expanded FIXME #23616
trait Foo {
fn m(&self, _:isize) { }
}
pub fn main() { }