llvm-project/clang/test/PCH/objc_boxable_record.h

6 lines
67 B
C

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