blob: 254d44f65a98321e0f07914c7d0e32406196dec8 [file] [log] [blame]
#ifndef X_H
#define X_H
struct X
{
int i;
X( int i_) :
i( i_)
{}
};
#endif // X_H