blob: 2a36fe8312eca5ed293e1eef05654c6132d7a646 [file] [log] [blame]
//@ pp-exact
fn f1<'a, 'b, 'c>(_x: &'a u32, _y: &'b u32, _z: &'c u32) where 'c: 'a + 'b {}
fn main() {}