2010-11-20 01:10:50 +08:00
|
|
|
// RUN: %clang_cc1 -fsyntax-only -verify %s
|
|
|
|
|
|
|
|
// FIXME: We could do much better with this, if we recognized
|
|
|
|
// placeholders somehow. However, we're content with not generating
|
|
|
|
// bogus 'archaic' warnings with bad location info.
|
2015-07-07 11:58:14 +08:00
|
|
|
@protocol <#protocol name#> <NSObject> // expected-error {{expected identifier or '('}} \
|
|
|
|
// expected-error 2{{expected identifier}} \
|
2013-03-01 07:16:39 +08:00
|
|
|
// expected-warning{{protocol has no object type specified; defaults to qualified 'id'}}
|
2015-07-07 11:58:14 +08:00
|
|
|
<#methods#>
|
2010-11-20 01:10:50 +08:00
|
|
|
|
2015-07-07 11:58:14 +08:00
|
|
|
@end
|