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