summaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/parse_float_dot.rs
blob: bfe3da220f37c58cd0051042ac792109dbc7040c (plain)
1
2
3
// floating point literals can't start with a '.'
// TODO: improve the error message emitted here
const X: f32 = .5; // { dg-error ".*" }