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
/
fdecl.m
blob
807be03814e221e194cd47e8781d14b459a4bc1f
1
/* Bug report submitted by igorkh@hotbot.com on submit@bugs.debian.org
2
Thu, 13 Apr 2000 09:42:08 -0400 */
3
4
@class AClass;
5
6
@interface test
7
{
8
AClass *foo;
9
}
10
@end
11
12
@implementation test
13
@end
14
15
int main (void)
16
{
17
return 0;
18
}
19