Sign in
gnu
/
gcc
/
93ac832f1846e4867aa6537f76f510fab8e3e87d
/
.
/
gcc
/
testsuite
/
objc
/
execute
/
bf-20.m
blob: 311a0fd5b98e4b88670927143b09ab43b3a79427 [
file
] [
log
] [
blame
]
#include
<objc/objc.h>
@interface
MyObject
{
short
s
;
char
c
;
}
@end
@implementation
MyObject
@end
#include
"bf-common.h"