llvm/clang/test/PCH/Inputs/bounds-safety-attributed-type.h

struct Test {
  int count;
  int fam[] __attribute__((counted_by(count)));
};