1 // RUN: %clang_cc1 -E %s | grep '^ # define X 3$' 2 3 #define H # 4 #define D define 5 6 #define DEFINE(a, b) H D a b 7 8 DEFINE(X, 3) 9 10