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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
ucnid-3.c
blob
6389b7ebfee2908fd5e1e2d3a18d932cc31d272c
1
/* { dg-do compile } */
2
/* { dg-options "-std=c99 -fextended-identifiers" } */
3
4
#define paste(x, y) x ## y
5
6
int
paste
(
\u00aa
,
\u0531
) =
3
;
7