aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/warn_cxx0x3.C
blob: 204b4ae991f30615c99833ff4234de91f854c8aa (plain)
1
2
3
4
5
// PR c++/50810
// { dg-do compile { target c++11 } }
// { dg-options "-std=gnu++98 -Wc++11-compat -Wno-narrowing" }

signed char data[] = { 0xff };