Clang Project

clang_source_code/test/PCH/objc_boxable_record.h
1// used with objc_boxable.m test
2struct boxable {
3  int dummy;
4};
5
6