blob: 36127069d2268afadb9253f5d3641107a6a36a41 [file] [log] [blame]
// Core 1270
// { dg-options -std=c++11 }
struct A
{
int i[2];
};
A f() { return {1,2}; }