aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/Inputs/chain-selectors2.h
blob: 741da9288a0c4e9e84dcb2eee7d4f10d8479b0d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@interface Y
  -(void)f;
  -(void)f2;
  -(void)x;
  -(void)y;
  -(void)e;
@end

void foo2() {
  // FIXME: Can't verify warnings in headers
  //(void)@selector(y);
  //(void)@selector(e);
}

@interface X (Blarg)
- (void)blarg_method;
@end