URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [objc/] [compile/] [20060406-1.m] - Rev 324
Go to most recent revision | Compare with Previous | Blame | View Log
typedef struct { void *p; } *S; @protocol O - (unsigned)j; @end @interface I + (unsigned char)T:(S<O>[2])p v:(S<O>)h; @end @implementation I + (unsigned char)T:(S<O>[2])p v:(S<O>)h { p[0] = (S) 0; p[1] = (S) 0; return 0; } @end
Go to most recent revision | Compare with Previous | Blame | View Log