(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
class-3_c.C
// { dg-additional-options "-fmodules-ts" }
module One;

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