summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/experimental/feat-char8_t.cc
blob: c9b277a462668af05817793fd0f4e420a7356731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// { dg-do preprocess { target c++11 } }
// { dg-options "-fchar8_t" }

#include <atomic>
#include <filesystem>
#include <istream>
#include <limits>
#include <locale>
#include <ostream>
#include <string>
#include <string_view>

#ifndef  __cpp_lib_char8_t
#  error "__cpp_lib_char8_t"
#elif  __cpp_lib_char8_t != 201907L
#  error "__cpp_lib_char8_t != 201907L"
#endif