Clang::SemaCXX/reinterpret-cast.cpp fails because on 64bit platforms long is a 32bit int rather than 64bit. I tried using size_t, but that isn't a builtin type so that doesn't work.<br>