blob: fc806f955fa6e10ce7d9f40ae49ff6d1c95c0e7e [file] [log] [blame]
// PR c++/65801
// { dg-do compile { target c++11 } }
// { dg-options "-Wno-narrowing" }
static struct zai { unsigned int x; } x = {-1};