Codebase Browser
llvm
Go to App
llvm
/
clang/test/PCH/Inputs/
bounds-safety-attributed-type.h
struct Test { int count; int fam[] __attribute__((counted_by(count))); };