//! regression test for https://github.com/rust-lang/rust/issues/11382 //@ run-pass fn main() { println!("{}", 1.2); }