[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git] / clang / test / PCH / Inputs / bounds-safety-attributed-type.h
blob9bfd9615c2bfc1206a294e06a43ddeda534b7b54
1 struct Test {
2 int count;
3 int fam[] __attribute__((counted_by(count)));
4 };