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-20.m
blob
311a0fd5b98e4b88670927143b09ab43b3a79427
1
#include <objc/objc.h>
2
3
@interface MyObject
4
{
5
short s;
6
char c;
7
}
8
@end
9
10
@implementation MyObject
11
@end
12
13
#include "bf-common.h"