repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
objc
/
execute
/
bf-18.m
blob
528829554efcbf7761fd8b0eca7e8d889e21ce12
1
#include <objc/objc.h>
2
3
@interface MyObject
4
{
5
Class isa;
6
int i;
7
char c[1];
8
}
9
@end
10
11
@implementation MyObject
12
@end
13
14
#include "bf-common.h"
15