(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
bfield-3.H
// { dg-additional-options -fmodule-header }
// { dg-module-cmi {} }

template<int N>
struct A {
  int x : 1;
  int y : N;
};