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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [objc.dg/] [special/] [unclaimed-category-1.h] - Blame information for rev 704

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 704 jeremybenn
/* Contributed by Nicola Pero - Fri Dec 14 08:36:00 GMT 2001 */
2
 
3
/* Test loading unclaimed categories - categories of a class defined
4
   separately from the class itself.  */
5
 
6
@interface TestClass
7
{
8
  Class isa;
9
}
10
- (int)D;
11
@end
12
 
13
@interface TestClass (A)
14
- (int)A;
15
@end
16
 
17
@interface TestClass (B)
18
- (int)B;
19
@end
20
 
21
@interface TestClass (C)
22
- (int)C;
23
@end
24
 
25
 

powered by: WebSVN 2.1.0

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