llvm/clang/test/PCH/objc_boxable_record.h

// used with objc_boxable.m test
struct boxable {
  int dummy;
};