1 //===----------------------------------------------------------------------===//
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
7 //===----------------------------------------------------------------------===//
11 // ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS
15 // consume_header = 4,
16 // generate_header = 2,
23 #include "test_macros.h"
27 assert(std::consume_header
== 4);
28 assert(std::generate_header
== 2);
29 assert(std::little_endian
== 1);
30 std::codecvt_mode e
= std::consume_header
;