Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / Inputs / preamble_macro_template.h
blob18b076d95cfcd546edba3b2c97659bc422fb6945
1 #define STATIC_CAST static_cast
3 template<typename T>
4 void foo(T *p) {
5 (void)STATIC_CAST<T*>(0);