summaryrefslogtreecommitdiff
path: root/tests/test-stdlib-c++2.cc
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-12-21 14:22:22 +0000
committerSam Thursfield <Sam Thursfield>2013-01-03 11:32:53 +0000
commitc2693d6d08db26825688ddca5de6eb8a4b7cde4a (patch)
tree10611dcf065b1893421b83a9de53cf6feb83a048 /tests/test-stdlib-c++2.cc
parent861325a84f231a2a2da307b53ef5ff527d67e876 (diff)
downloadm4-c2693d6d08db26825688ddca5de6eb8a4b7cde4a.tar.gz
Commit files from tarball
Diffstat (limited to 'tests/test-stdlib-c++2.cc')
-rw-r--r--tests/test-stdlib-c++2.cc20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/test-stdlib-c++2.cc b/tests/test-stdlib-c++2.cc
new file mode 100644
index 00000000..f9b8e96a
--- /dev/null
+++ b/tests/test-stdlib-c++2.cc
@@ -0,0 +1,20 @@
+/* Test of <stdlib.h> substitute in C++ mode.
+ Copyright (C) 2010-2011 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 <http://www.gnu.org/licenses/>. */
+
+#define GNULIB_NAMESPACE gnulib
+#include <config.h>
+
+#include <cstdlib>