blob: 18b076d95cfcd546edba3b2c97659bc422fb6945 [file] [log] [blame]
#define STATIC_CAST static_cast
template<typename T>
void foo(T *p) {
(void)STATIC_CAST<T*>(0);
}