summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory/c.malloc
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/std/utilities/memory/c.malloc')
-rw-r--r--libcxx/test/std/utilities/memory/c.malloc/nothing_to_do.pass.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/libcxx/test/std/utilities/memory/c.malloc/nothing_to_do.pass.cpp b/libcxx/test/std/utilities/memory/c.malloc/nothing_to_do.pass.cpp
new file mode 100644
index 00000000000..a7180633006
--- /dev/null
+++ b/libcxx/test/std/utilities/memory/c.malloc/nothing_to_do.pass.cpp
@@ -0,0 +1,14 @@
+//===----------------------------------------------------------------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+// <cstdlib> and <cstring> are already tested elsewhere
+
+int main()
+{
+}
OpenPOWER on IntegriCloud