mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-05 11:09:44 +00:00
10 lines
557 B
Rust
10 lines
557 B
Rust
// build-pass
|
|
// ignore-tidy-linelength
|
|
// Regression test for #31109 and #31407.
|
|
|
|
pub fn main() {
|
|
let _: f64 = 0.3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333;
|
|
|
|
let _: f64 = 1234567890123456789012345678901234567890e-340;
|
|
}
|