blob: b4795e76c985f720f628a6b436cf1d7c5ec029d1 [file] [log] [blame]
const UNIVERSAL_GRAVITATIONAL_CONSTANT: f64 = 6.674e11; // m³⋅kg⁻¹⋅s⁻²
//~^ ERROR expected at least one digit in exponent
fn main() {}