summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/objc-bad-receiver-1.m
blob: 8376a5ced7acad9e90de5baffa19028536888e8e (plain)
1
2
3
4
5
6
7
8
9
// RUN: clang -fsyntax-only -verify %s

@interface I
- (id) retain;
@end

void __raiseExc1() {
 [objc_lookUpClass("NSString") retain]; // expected-error {{ "bad receiver type 'int'" }}
}
OpenPOWER on IntegriCloud