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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [obj-c++.dg/] [proto-lossage-6.mm] - Rev 823

Go to most recent revision | Compare with Previous | Blame | View Log

@class Base;
@protocol _Protocol;

@interface ClassA {
}
-(void) func1:(Base<_Protocol> *)inTarget;
@end

int main()
{
        ClassA* theA = 0;
        Base<_Protocol>* myBase = 0;
        [theA func1:myBase];

        return 0;
}

Go to most recent revision | 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.