blob: 598bd96762ba0dc92ac82b689f3e365ea2d88d9a [file] [log] [blame]
/* APPLE LOCAL file 5782111 */
/* Identifiers containing UCNs should be prefixed with an underscore,
like other symbols. */
/* { dg-do compile { target *-*-darwin* } } */
/* { dg-options "-std=c99" } */
int foobar\u00C0;
/* { dg-final { scan-assembler "_foobar" } } */
/* { dg-final { scan-assembler-not "\[^_\]foobar" } } */