aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1z/utf8-2a.C
blob: 0e243d68a753d8e51d9c6d84ee125a8eeb48a8ea (plain)
1
2
3
4
5
// This macro should not be 201411 without -std=c++17.

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