Sign in
gnu
/
gcc
/
a8404c07e7fca388c02c39077865f7d5fa928430
/
.
/
gcc
/
testsuite
/
c-c++-common
/
Wbidi-chars-20.c
blob: 859f3d53779dcc6d9c99eb6cce94432fd50fd96f [
file
] [
log
] [
blame
]
/* 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
;
}