Files
clang-p2996/clang/test/PCH/objc_boxable_record.h
Alex Denisov bfa859bba4 Add missing files for objc_boxable feature.
Original patch [r240761] is missing all new files because of committer's mistake.

llvm-svn: 243018
2015-07-23 14:45:41 +00:00

6 lines
67 B
C

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