blob: 066e784293d20f50eae8ce6a445dd480a7e29335 [file] [log] [blame]
struct S101664
{
int i;
S101664 (int n);
};
S101664::S101664 (int n)
: i(n)
{
}