// RUN: %llvmgxx %s -S // XFAIL: darwin #include class A { public: A(); private: A(const A&); }; void B() { std::set foo; }