xref
: /
external
/
clang
/
test
/
PCH
/
objc_boxable_record_attr.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// used with objc_boxable.m test
2
typedef
struct
__attribute
((
objc_boxable
))
boxable
boxable
;
3
4