blob: 9985c3be7a58e9998b808b900a47b37da0fa199a [file] [log] [blame]
/* PR preprocessor/104030 */
/* { dg-do compile } */
/* { dg-options "-Wbidi-chars=unpaired,ucn" } */
const char *
fn ()
{
const char *aText = "\u202D" "abc";
/* { dg-warning "unpaired" "" { target *-*-* } .-1 } */
return aText;
}