int main(void) {
    /* The exponent on a floating-point constant must be an integer,
     * not just a negative sign.
     */
    double foo = 24e-;
}