blob: 3051335c27dabb5fcf13269a76c1ac845e4b63da [file] [log] [blame]
fn main() {
println!("{:?}", -1. ..1.);
}