objc_boxable_record.h 67 B

12345
  1. // used with objc_boxable.m test
  2. struct boxable {
  3. int dummy;
  4. };