blob: bfe3da220f37c58cd0051042ac792109dbc7040c [file] [log] [blame]
// floating point literals can't start with a '.'
// TODO: improve the error message emitted here
const X: f32 = .5; // { dg-error ".*" }