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
15int main (void)
16{
17  return 0;
18}
19
20