blob: 63934bb8eaaa740a5a213a1918f4e2b1104f7e7e [file] [log] [blame]
//@ pp-exact
fn main() {
let _ = 0. ..45.;
let _ = 0. ..=360.;
let _ = 0. ..;
let _ = 0. .to_string();
}