From 14051499d596955d8c5e558f78826df4d8945ed1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 13 Mar 2010 16:20:41 +0100 Subject: Test that gnulib does not break the standard C++ headers. --- tests/test-string-c++2.cc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/test-string-c++2.cc (limited to 'tests/test-string-c++2.cc') diff --git a/tests/test-string-c++2.cc b/tests/test-string-c++2.cc new file mode 100644 index 0000000000..aebb6c61b3 --- /dev/null +++ b/tests/test-string-c++2.cc @@ -0,0 +1,20 @@ +/* Test of substitute in C++ mode. + Copyright (C) 2010 Free Software Foundation, Inc. + + This program 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 3 of the License, or + (at your option) any later version. + + This program 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 program. If not, see . */ + +#define GNULIB_NAMESPACE gnulib +#include + +#include -- cgit v1.2.1