summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/microsoft-ext.c
blob: 5046655b6896e7579a176bd42e3adb8b84e1a5fd (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -E -fms-compatibility %s | FileCheck %s

# define M2(x, y) x + y
# define P(x, y) {x, y}
# define M(x, y) M2(x, P(x, y))
M(a, b) // CHECK: a + {a, b}
OpenPOWER on IntegriCloud