Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Preprocessor / macro_arg_slocentry_merge.h
blob62595b762e5ecf16279733caf0fa12854bfac6b5
5 #define WINDOW win
6 #define P_(args) args
7 extern void f P_((WINDOW win));