1// PR c++/51379
2
3unsigned long t1 = 1;
4unsigned long t2 = reinterpret_cast<unsigned long>(t1);
5