Sign in
gnu
/
gcc
/
refs/heads/devel/c++-contracts
/
.
/
gcc
/
testsuite
/
c-c++-common
/
Wbidi-chars-22.c
blob: f960e597c5938f51e40b44c1e6d9a8cc95e11ad7 [
file
] [
log
] [
blame
]
/* 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
;
}