// { dg-additional-options "-fmodules-ts" }
module One;

X::X (int a_, int b_)
  : a (a_), b (b_)
{
}
