blob: 66f7d4621f24205601b74ccd50fbf35d48c4019d [file]
struct A
{
int i;
A (int i): i(i) {}
};