blob: 2580a04221fb0b50359bec88d671595414f07e23 [file] [log] [blame]
//@ check-pass
//@ pretty-expanded FIXME #23616
trait Foo {
fn m(&self, _:isize) { }
}
pub fn main() { }