Clang Project
clang_source_code
/
test
/
PCH
/
objc_boxable_record_attr.h
1
// used with objc_boxable.m test
2
typedef struct __attribute((objc_boxable)) boxable boxable;
3
4