blob: cdfa93d3094595b68d9d53739a8d005d96451aec [file] [log] [blame]
fn f<T:Eq + Ord>(_: T) {
}
pub fn main() {
f(3);
}