module; #include export module Core.New; export namespace std { using std::set_new_handler; // NOLINT } export using ::operator new; // NOLINT