aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/Wbidi-chars-23.c
blob: 7de0a11070aaf3ba49b5ee00a279cb2f3f7d09fa (plain)
1
2
3
4
5
6
7
8
9
10
11
/* PR preprocessor/104030 */
/* { dg-do compile } */
/* { dg-options "-Wbidi-chars=ucn" } */

const char *
fn ()
{
  const char *aText = "\u202D" "abc";
/* { dg-warning "unpaired" "" { target *-*-* } .-1 } */
  return aText;
}