(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
Wnarrowing2.C
// PR c++/65801
// { dg-do compile { target c++11 } }
// { dg-options "-Wno-narrowing" }

static struct zai { unsigned int x; } x = {-1};