OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [objc.dg/] [method-12.m] - Rev 816

Compare with Previous | Blame | View Log

/* Contributed by Igor Seleznev <selez@mail.ru>.  */
/* This used to be broken.  */
 
#include <objc/objc.h>
 
@interface A
+ (A *)currentContext;
@end
 
@interface B
+ (B *)currentContext;
@end
 
int main()
{
    [A currentContext];  /* { dg-bogus "multiple declarations" }  */
    return 0;
}
 
@implementation A
+ (A *)currentContext { return nil; }
@end
@implementation B
+ (B *)currentContext { return nil; }
@end
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.