1 // PR c++/65801
2 // { dg-do compile { target c++11 } }
3 // { dg-options "-Wno-narrowing" }
4 
5 static struct zai { unsigned int x; } x = {-1};
6