DEBSOURCES
Skip Quicknav
sources / cppcheck / 2.18.0-2 / test / cli / whole-program / nullpointer1.h
12345678
#include "nullpointer1_1.h" template<typename T> void f(T* p) { if (sizeof(T) == 4) p = nullptr; g(p); }