blob: f960e597c5938f51e40b44c1e6d9a8cc95e11ad7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* PR preprocessor/104030 */
/* { dg-do compile } */
/* { dg-options "-Wbidi-chars=none,ucn" } */
const char *
fn ()
{
const char *aText = "\u202D" "abc";
/* { dg-bogus "" "" { target *-*-* } .-1 } */
return aText;
}
|