doc: Remove i?86-*-linux* installation note from 2003
[official-gcc.git] / gcc / testsuite / g++.dg / cpp / named-universal-char-escape-2.C
blobb98a29d10fa67ed23e3b2bb3ec98ec9de15ef4b4
1 // P2071R2 - Named universal character escapes
2 // { dg-do compile { target c++11 } }
3 // { dg-require-effective-target wchar }
4 // { dg-options "-pedantic-errors" }
6 const char32_t *a = U"\N{ETHIOPIC SYLLABLE SEE}";       // { dg-error "named universal character escapes are only valid in" "" { target c++20_down } }