URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [objc/] [execute/] [fdecl.m] - Rev 154
Compare with Previous | Blame | View Log
/* Bug report submitted by igorkh@hotbot.com on submit@bugs.debian.org Thu, 13 Apr 2000 09:42:08 -0400 */ @class AClass; @interface test { AClass *foo; } @end @implementation test @end int main (void) { return 0; }