1 2 3 4 5 6
fn f<'r>(p: &'r mut fn(p: &mut ())) { (*p)(()) // { dg-error "expected .&mut ()." "" { target *-*-* } .-1 } } fn main() {}