repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
objc.dg
/
missing-proto-1.m
blob
7132ead4bef65fbc379793ad311a06ff9951f99c
1
/* Test for graceful handling of missing protocol declarations. */
2
/* Author: Ziemowit Laski <zlaski@apple.com>. */
3
/* { dg-do compile } */
4
5
@interface Foo <Missing> /* { dg-error "cannot find protocol declaration for .Missing." } */
6
@end