(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
merge-3_b.C
// { dg-additional-options -fmodules-ts }

struct bob;
import "merge-3_a.H";

bob b  = {1};

void frob ()
{
  b.i = 7;
}