diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2019-07-01 23:00:32 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2019-07-01 23:00:32 +0000 |
commit | a5c3485a583951c78332c03cc140387d3567a8a7 (patch) | |
tree | 0ab5719f2c10303da2875ac5ffd6aa372488c785 /libcxx/test/std/numerics/bit/nothing_to_do.pass.cpp | |
parent | d72163947a531249d2b3cc0a95154cc9d43b2d46 (diff) | |
download | bcm5719-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.cpp | 12 |
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() +{ +} |