1 // { dg-do compile { target c++14_down } }
2 // This macro should not be 201411 without c++17.
3 
4 #if __cpp_unicode_characters == 201411
5 #error Wrong value for __cpp_unicode_characters
6 #endif
7