xref
: /
llvm-project
/
clang
/
test
/
PCH
/
objc_boxable_record_attr.h
(revision bfa859bba4e8510c597b7958acc208063f72bf6d)
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