blob: 175dc879dda741179d6e317f31c393b1b49deca5 [file] [log] [blame]
// check-pass
#![allow(dead_code)]
// pretty-expanded FIXME #23616
fn foo<T: ::std::cmp::PartialEq>(_t: T) { }
pub fn main() { }