repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
ucnid-8.c
blob
1f0379a5bb51dfe47d720ceb98819cb94ba12a52
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
);