blob: db4ac4a300fdb6768e58fadc3a7999298f62d35b [file] [log] [blame]
struct A
{
const int &i1;
const int &i2;
};
A a = { 1, 2 };