OSDN Git Service

2006-01-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / objc.dg / missing-proto-2.m
1 /* Test for graceful handling of missing protocol declarations.  */
2 /* Author: Ziemowit Laski <zlaski@apple.com>.  */
3 /* { dg-do compile } */
4
5 void *protRef = @protocol(Missing); /* { dg-error "cannot find protocol declaration for .Missing." } */