(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
diagnostic/
bitfld3.C
struct S
{
  typedef int i : 3;  // { dg-error "15:cannot declare .i." }
  typedef int : 3;  // { dg-error "cannot declare" }
};