/* Test for graceful handling of missing protocol declarations. */ /* Author: Ziemowit Laski . */ /* { dg-do compile } */ @interface Foo /* { dg-error "cannot find protocol declaration for .Missing." } */ @end