2013-04-06 16:48:33 +02:00

6 lines
44 B
C

struct A
{
int i;
A (int i): i(i) {}
};