(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
abi/
bitfield10.C
// { dg-options "-w" }

struct S {
  int i : 64;
};