blob: 8c67a34fe243f77034360b1f2973bc22fa3115af [file]
extern "C" int x;
namespace {
struct Init {
public:
Init() { x = 1; }
};
Init SetX;
} // namespace