repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR c/56980
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
pr30805.c
blob
bdfce45e33d03d50e1caefacf5cd7750a32544f5
1
/* PR preprocessor/30805 - ICE while token pasting. */
2
/* { dg-do preprocess } */
3
/* { dg-options "-std=gnu89" } */
4
5
#define A(x,...) x##,##__VA_ARGS__
6
A
(
1
)