2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git] / gcc / testsuite / g++.dg / template / arg9.C
blob41af11486ebe811b404e944a5a40299256fe8783
1 // PR c++/57771
2 // { dg-do compile }
4 template <int N>
5 struct S {};
7 S <static_cast <int> (4>>2)> s1;
8 S <reinterpret_cast <int> (4>>2)> s2;