blob: fa90841ce2a4283a097b59a1c2ff1ba41c899766 [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" } } */
/* LLVM LOCAL begin for llvm, foobar without the _ appears in a comment. */
/* No reason it shouldn't so just disable the following test. */
/* dg-final { scan-assembler-not "\[^_\]foobar" } } */
/*LLVM LOCAL end */