blob: 30f229b285aaaf62c9ebb1a36b181e7506918313 [file] [log] [blame]
//@ run-pass
fn f<T:PartialEq + PartialOrd>(_: T) {
}
pub fn main() {
f(3);
}