(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp1z/
utf8-2a.C
// { dg-do compile { target c++14_down } }
// This macro should not be 201411 without c++17.

#if __cpp_unicode_characters == 201411
#error Wrong value for __cpp_unicode_characters
#endif