aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/initlist-const1.C
blob: b80410d8a625631d53a5223a600ef3eebb64e2ee (plain)
1
2
3
4
5
6
7
// { dg-do compile { target c++11 } }

#include <initializer_list>

const auto x = { 1, 2 };

// { dg-final { scan-assembler-not {\.data} { xfail powerpc-ibm-aix* } } }