(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
bfield-2_a.C
// { dg-additional-options -fmodules-ts }

export module foo;
// { dg-module-cmi foo }

export struct ting
{
  int a;
  int b : 3;
  int c : 5;
};