blob: 363aae99879840f918f9595bf56651423ebe7baa [file] [log] [blame]
// PR c++/16002
void f()
{
double Q *= 5.0; // { dg-error "initializer" }
}