URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [objc.dg/] [missing-proto-1.m] - Rev 853
Go to most recent revision | 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
Go to most recent revision | Compare with Previous | Blame | View Log