summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/interface-1.m
blob: d93f29c4b6e29b4f2c11073349073dcbffb3e315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// RUN: clang %s -fsyntax-only -verify
// rdar://5957506

@interface NSWhatever :
NSObject     // expected-error {{cannot find interface declaration for 'NSObject'}}
<NSCopying>  // expected-error {{cannot find protocol declaration for 'NSCopying'}}
@end


// rdar://6095245
@interface A
{
  int x
}  // expected-error {{expected ';' at end of declaration list}}
@end


OpenPOWER on IntegriCloud