Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
Wnarrowing2.C
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
};