Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / expr / static_cast1.C
blobf1d88bff3635d01288c7865a4d18dac7ffb93b1d
1 void foo(int x)
3     static_cast<const unsigned int&>(x);