aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1z/utf8-2a.C
blob: b2a99a990237d5a0b07659637be5b032e0195c18 (plain)
1
2
3
4
5
6
// { 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