Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / libcxx / test / std / utilities / intseq / intseq.make / make_integer_seq_fallback.pass.cpp
blobceeb4dd3eeec41e000a8c961dbbda06fdb722def
1 //===----------------------------------------------------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 // <utility>
11 // template<class T, T N>
12 // using make_integer_sequence = integer_sequence<T, 0, 1, ..., N-1>;
14 // UNSUPPORTED: c++03, c++11
16 #define _LIBCPP_TESTING_FALLBACK_MAKE_INTEGER_SEQUENCE
17 #include "make_integer_seq.pass.cpp"
19 #include "test_macros.h"