(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
initlist65.C
// Core 1270
// { dg-do compile { target c++11 } }

struct A
{
  int i[2];
};

A f() { return {1,2}; }