class Constructor { public: Constructor() = default; Constructor(int) {} }; void testConstructor() { }