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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [obj-c++.dg/] [proto-lossage-6.mm] - Blame information for rev 703

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 703 jeremybenn
@class Base;
2
@protocol _Protocol;
3
 
4
@interface ClassA {
5
}
6
-(void) func1:(Base<_Protocol> *)inTarget;
7
@end
8
 
9
int main()
10
{
11
        ClassA* theA = 0;
12
        Base<_Protocol>* myBase = 0;
13
        [theA func1:myBase];
14
 
15
        return 0;
16
}
17
 

powered by: WebSVN 2.1.0

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