OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4f56a767ac2b4deac97f33eb833eb80ef8da32cd
[pf3gnuchains/gcc-fork.git]
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
pr30805.c
1
/* PR preprocessor/30805 - ICE while token pasting. */
2
/* { dg-do preprocess } */
3
4
#define A(x,...) x##,##__VA_ARGS__
5
A(1)