2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / objc / execute / fdecl.m
blob807be03814e221e194cd47e8781d14b459a4bc1f
1 /* Bug report submitted by igorkh@hotbot.com on submit@bugs.debian.org
2    Thu, 13 Apr 2000 09:42:08 -0400 */
4 @class AClass;
6 @interface test
8         AClass *foo;
10 @end
12 @implementation test
13 @end
15 int main (void)
17   return 0;