blob: 65d0745f49440fa4f090a1a9ed9ca0c1c5af96c2 [file] [log] [blame]
pub fn baz<T>(t: std::ops::Range<T>) {
for _ in t {}
}
fn main() {}