summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/bit/nothing_to_do.pass.cpp
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2019-07-01 23:00:32 +0000
committerMarshall Clow <mclow.lists@gmail.com>2019-07-01 23:00:32 +0000
commita5c3485a583951c78332c03cc140387d3567a8a7 (patch)
tree0ab5719f2c10303da2875ac5ffd6aa372488c785 /libcxx/test/std/numerics/bit/nothing_to_do.pass.cpp
parentd72163947a531249d2b3cc0a95154cc9d43b2d46 (diff)
downloadbcm5719-llvm-a5c3485a583951c78332c03cc140387d3567a8a7.tar.gz
bcm5719-llvm-a5c3485a583951c78332c03cc140387d3567a8a7.zip
Bit Operations: P0556, P0553 and P1355. Reviewed as: https://reviews.llvm.org/D51262
llvm-svn: 364862
Diffstat (limited to 'libcxx/test/std/numerics/bit/nothing_to_do.pass.cpp')
-rw-r--r--libcxx/test/std/numerics/bit/nothing_to_do.pass.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/libcxx/test/std/numerics/bit/nothing_to_do.pass.cpp b/libcxx/test/std/numerics/bit/nothing_to_do.pass.cpp
new file mode 100644
index 00000000000..b58f5c55b64
--- /dev/null
+++ b/libcxx/test/std/numerics/bit/nothing_to_do.pass.cpp
@@ -0,0 +1,12 @@
+//===----------------------------------------------------------------------===//
+//
+// 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.
+//
+//===----------------------------------------------------------------------===//
+
+int main()
+{
+}
OpenPOWER on IntegriCloud