Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
objc.dg
/
missing-proto-1.m
blob: 7132ead4bef65fbc379793ad311a06ff9951f99c [
file
] [
log
] [
blame
]
/* 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