x86: Extend AVX512 Vectorization for Popcount in Various Modes
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / cast1.C
blobab27e65fe7a8320028f3d7e289633f3894d8a6cb
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 template <class T>
5 void f (T t) {
6   const_cast<T>(t);