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