2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / objc.dg / missing-proto-1.m
blob7132ead4bef65fbc379793ad311a06ff9951f99c
1 /* Test for graceful handling of missing protocol declarations.  */
2 /* Author: Ziemowit Laski <zlaski@apple.com>.  */
3 /* { dg-do compile } */
5 @interface Foo <Missing> /* { dg-error "cannot find protocol declaration for .Missing." } */
6 @end