This simple program causes cppinsights to crash (both `cppinsights.io` and my local compilation): ```c++ template <typename OBJECT> void foo(OBJECT *t, int s) { t += s; } ```