xref
: /
llvm-project
/
clang
/
test
/
PCH
/
Inputs
/
bounds-safety-attributed-type.h
(revision 3eb9ff30959a670559bcba03d149d4c51bf7c9c9)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
struct
Test
{
2
int
count
;
3
int
fam
[]
__attribute__
((
counted_by
(
count
)));
4
};
5