2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1z / utf8-2a.C
blob0e243d68a753d8e51d9c6d84ee125a8eeb48a8ea
1 // This macro should not be 201411 without -std=c++17.
3 #if __cpp_unicode_characters == 201411
4 #error Wrong value for __cpp_unicode_characters
5 #endif