hanchenye-llvm-project/clang/test/Index/Inputs/preamble_macro_template.h

7 lines
101 B
C++

#define STATIC_CAST static_cast
template<typename T>
void foo(T *p) {
(void)STATIC_CAST<T*>(0);
}