// PR c++/79580
// { dg-require-effective-target lto }
// { dg-options "-flto -std=c++98" }
class a
{
static const double b;
};
const double a::b ((union { double c; }){}.c);
// PR c++/79580
// { dg-require-effective-target lto }
// { dg-options "-flto -std=c++98" }
class a
{
static const double b;
};
const double a::b ((union { double c; }){}.c);