URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [objc.dg/] [missing-proto-1.m] - Rev 704
Compare with Previous | Blame | View Log
/* Test for graceful handling of missing protocol declarations. */ /* Author: Ziemowit Laski <zlaski@apple.com>. */ /* { dg-do compile } */ @interface Foo <Missing> /* { dg-error "cannot find protocol declaration for .Missing." } */ @end