class Init;
123456
class ios_base::Init { static int init_cnt; // internal static counter (for exposition only) public: Init(); ~Init(); }