• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 //===----------------------------------------------------------------------===//
8 //
9 // WARNING: This test was generated by generate_header_inclusion_tests.py
10 // and should not be edited manually.
11 //
12 // clang-format off
13 
14 // UNSUPPORTED: no-localization
15 
16 // <ios>
17 
18 // Test that <ios> includes all the other headers it's supposed to.
19 
20 #include <ios>
21 #include "test_macros.h"
22 
23 #if !defined(_LIBCPP_IOS)
24  #   error "<ios> was expected to define _LIBCPP_IOS"
25 #endif
26 #if !defined(_LIBCPP_IOSFWD)
27  #   error "<ios> should include <iosfwd> in C++03 and later"
28 #endif
29