* tests/test-stdlib-c++.cc (free): New declaration.
+2020-12-18 Bruno Haible <bruno@clisp.org>
+
+ free-posix: Add C++ declaration test.
+ * tests/test-stdlib-c++.cc (free): New declaration.
+
2020-12-18 Bruno Haible <bruno@clisp.org>
free-posix: New module, renamed from 'free'.
(const char *));
#endif
+#if GNULIB_TEST_FREE_POSIX
+SIGNATURE_CHECK (GNULIB_NAMESPACE::free, void, (void *));
+#endif
+
#if GNULIB_TEST_GETLOADAVG
SIGNATURE_CHECK (GNULIB_NAMESPACE::getloadavg, int, (double[], int));
#endif