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