blob: 6b82d1e7ffb705033261f76284ac2c1f9c69cb6f [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
module One;
X::X (int a_, int b_)
: a (a_), b (b_)
{
}