2012-03-26 21:18:29 +02:00

6 lines
44 B
C

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