aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/cpp/ucnid-8.c
blob: 1f0379a5bb51dfe47d720ceb98819cb94ba12a52 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-std=c99" } */
/* Test that -std=c99 does not enable extended identifiers while the
   feature is experimental; remove this test after audit of all
   identifier uses in the compiler.  */
#define a b(
#define b(x) q
int a\u00aa);