summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_paste_none.c
blob: e978fca225081c310a927e95e253645e8bdd53aa (plain)
1
2
3
4
5
6
// RUN: clang-cc -E %s | grep '!!'

#define A(B,C) B ## C

!A(,)!

OpenPOWER on IntegriCloud