1 // { dg-do compile { target c++17 } }
2 
3 #ifndef __cpp_unicode_characters
4 #error __cpp_unicode_characters not defined
5 #endif
6 
7 #if __cpp_unicode_characters != 201411
8 #error Wrong value for __cpp_unicode_characters
9 #endif
10