aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/ext/headers.cc
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@gcc.gnu.org>2000-04-21 20:33:34 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2000-04-21 20:33:34 +0000
commitb2dad0e3727cadca78d4c2cc51596d1ef1bf0946 (patch)
treee72cc26bb321e8bf90f4e68330674848db54eddf /libstdc++-v3/testsuite/ext/headers.cc
parent051d082b263958a8524d91066f5c481b9e048bfd (diff)
downloadgcc-b2dad0e3727cadca78d4c2cc51596d1ef1bf0946.zip
gcc-b2dad0e3727cadca78d4c2cc51596d1ef1bf0946.tar.gz
gcc-b2dad0e3727cadca78d4c2cc51596d1ef1bf0946.tar.bz2
libstdc++-v3: New directory.
2000-04-21 Benjamin Kosnik <bkoz@redhat.com> * libstdc++-v3: New directory. From-SVN: r33317
Diffstat (limited to 'libstdc++-v3/testsuite/ext/headers.cc')
-rw-r--r--libstdc++-v3/testsuite/ext/headers.cc33
1 files changed, 33 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/ext/headers.cc b/libstdc++-v3/testsuite/ext/headers.cc
new file mode 100644
index 0000000..d596bf98
--- /dev/null
+++ b/libstdc++-v3/testsuite/ext/headers.cc
@@ -0,0 +1,33 @@
+// 1999-06-23 bkoz
+
+// Copyright (C) 1999 Free Software Foundation, Inc.
+//
+// This file is part of the GNU ISO C++ Library. This library is free
+// software; you can redistribute it and/or modify it under the
+// terms of the GNU General Public License as published by the
+// Free Software Foundation; either version 2, or (at your option)
+// any later version.
+
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+
+// You should have received a copy of the GNU General Public License along
+// with this library; see the file COPYING. If not, write to the Free
+// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+// USA.
+
+// extension headers
+
+// This should include a list of all headers in the extension
+// subdirectory that are meant to be directly included.
+
+#include <ext/bvector>
+#include <ext/hash_map>
+#include <ext/hash_set>
+#include <ext/rope>
+#include <ext/slist>
+#include <ext/tree>
+
+int main() { }