OpenGrok
Cross Reference: objc_boxable_record.h
xref
: /
external
/
clang
/
test
/
PCH
/
objc_boxable_record.h
Home
|
History
|
Annotate
|
Download
|
only in
PCH
1
// used with objc_boxable.m test
2
struct
boxable
{
3
int
dummy
;
4
};
5
6