blob: 97ccd7c5cb0211ba19ad22578aea336c60fc0097 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -E %s | grep '!!'
Reid Spencer5f016e22007-07-11 17:01:13 +00002
3#define A(B,C) B ## C
4
5!A(,)!
6