summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/modularize/Inputs/NestedMacro.h
blob: 2cfc92c081b1d1f26e76e287cb85221f5ec5c5d5 (plain)
1
2
3
4
5
// Verification of fix for nested macro.

#define FUNCMACROINNER(a) a
#define FUNCMACROOUTER(b, c) FUNCMACROINNER(b) + FUNCMACROINNER(c)
int FuncMacroValue = FUNCMACROOUTER(1, 2);
OpenPOWER on IntegriCloud