1 // PR c++/65858
2 // { dg-do compile { target c++11 } }
3 // { dg-require-effective-target lto }
4 // { dg-options "-flto -Wno-narrowing" }
5 
6 int x { 0.5 };
7