[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / ext / complit4.C
blob1448e7a66b3b76e4fb4d3d003731e23368951b15
1 // PR c++/23172
2 // { dg-do run }
3 // { dg-options "" }
5 int i = (int) {7};
7 int main () {
8   if (i != 7)
9     return 1;