summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_not_define.c
blob: a42240bab6078bc7c2f8d394e68a228df91df431 (plain)
1
2
3
4
5
6
7
8
9
// RUN: clang-cc -E %s | grep '^ # define X 3$'

#define H # 
 #define D define 
 
 #define DEFINE(a, b) H D a b 
 
 DEFINE(X, 3) 

OpenPOWER on IntegriCloud