From-SVN: r37609
This commit is contained in:
Ovidiu Predescu 2000-11-21 08:32:12 +00:00
parent 51073b1c46
commit fa1996f36e
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
/* Bug report submitted by igorkh@hotbot.com on submit@bugs.debian.org
Thu, 13 Apr 2000 09:42:08 -0400 */
@class AClass;
@interface test
{
AClass foo;
}
@end
@implementation test
@end