diff options
Diffstat (limited to 'libcxx/test/std/experimental/numeric/numeric.ops.overview/nothing_to_do.pass.cpp')
-rw-r--r-- | libcxx/test/std/experimental/numeric/numeric.ops.overview/nothing_to_do.pass.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libcxx/test/std/experimental/numeric/numeric.ops.overview/nothing_to_do.pass.cpp b/libcxx/test/std/experimental/numeric/numeric.ops.overview/nothing_to_do.pass.cpp new file mode 100644 index 00000000000..7b2527f22bf --- /dev/null +++ b/libcxx/test/std/experimental/numeric/numeric.ops.overview/nothing_to_do.pass.cpp @@ -0,0 +1,15 @@ +//===----------------------------------------------------------------------===// +// +// 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. +// +//===----------------------------------------------------------------------===// +// +// UNSUPPORTED: c++98, c++03, c++11 +// <numeric> + +#include <experimental/numeric> + +int main () {} |