summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/PR27699/streambuf
blob: 30ea73d230d156c116bd88b5397b01c708b43734 (plain)
1
2
3
4
5
6
7
 #ifndef STREAMBUF
 #define STREAMBUF
 template <typename> struct basic_streambuf {
  basic_streambuf(const basic_streambuf &);
  };
template <typename T> basic_streambuf<T>::basic_streambuf(const basic_streambuf &) = default;
#endif
OpenPOWER on IntegriCloud