1 #pragma GCC system_header
2 
3 namespace std {
4 struct __nonesuch {
5   __nonesuch(__nonesuch const &);
6 };
7 } // namespace std
8