summaryrefslogtreecommitdiff
path: root/tests/auto/cplusplus/preprocessor/data/identifier-expansion.1.cpp
blob: 6091e563019040efcddf7a9512e90d004291a053 (plain)
1
2
3
4
5
#define TEST test

TEST TEST;

void TEST();