#pragma GCC system_header

namespace std {
struct __nonesuch {
  __nonesuch(__nonesuch const &);
};
} // namespace std
