PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / opt / init2.C
blob3c3bc939d7621ce39b0a15e709d64ed18a0d6d75
1 // PR middle-end/37414
2 // { dg-do compile }
3 // { dg-options "-O2 -ffast-math" }
5 double x = 6.0;
6 double y = x * x;