aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/ucnid-6.c
blob: 1bc491bfa32a6f70dc2d349408babcc7f59da87b (plain)
1
2
3
4
5
6
7
/* APPLE LOCAL begin mainline UCNs 2005-04-17 3892809 */
/* { dg-do compile } */
/* { dg-options "-std=c89" } */
#define a b(
#define b(x) q
int a\u00aa);
/* APPLE LOCAL end mainline UCNs 2005-04-17 3892809 */