summaryrefslogtreecommitdiff
path: root/tests/auto/cplusplus/preprocessor/data/poundpound.1.cpp
blob: ab02ae6a6669dc5a1be5213b194315ae7d221da1 (plain)
1
2
3
4
5
6
7
struct QQ {};

#define NN(x) typedef QQ PP ## x;

NN(CC)

typedef PPCC RR;