forked from OSchip/llvm-project
6 lines
67 B
C
6 lines
67 B
C
|
// used with objc_boxable.m test
|
||
|
struct boxable {
|
||
|
int dummy;
|
||
|
};
|
||
|
|