blob: 052cb4934f503ce3de402d5e088645b79e8d3728 [file] [log] [blame]
fn main() {
0b101010f64;
//~^ ERROR binary float literal is not supported
0b101.010;
//~^ ERROR binary float literal is not supported
0b101p4f64;
//~^ ERROR invalid suffix `p4f64` for integer literal
}