1 /* Test miscellaneous uses of UCNs in identifiers compile and run OK,
2 with debug info enabled. */
4 /* { dg-options "-std=c99 -g" } */
6 extern void abort (void);
7 extern void exit (int);
12 struct \u00C0 { int \u00C1; } x
;
13 struct \u00C0 *y
= &x
;
15 if (x
.\U000000C1
!= 1)
19 enum e
{ \u00C2 = 4 };