Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / cpp / ucnid-8.c
blob1f0379a5bb51dfe47d720ceb98819cb94ba12a52
1 /* { dg-do compile } */
2 /* { dg-options "-std=c99" } */
3 /* Test that -std=c99 does not enable extended identifiers while the
4 feature is experimental; remove this test after audit of all
5 identifier uses in the compiler. */
6 #define a b(
7 #define b(x) q
8 int a\u00aa);