summaryrefslogtreecommitdiffstats
path: root/test/PCH/Inputs/chain-selectors2.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/Inputs/chain-selectors2.h')
-rw-r--r--test/PCH/Inputs/chain-selectors2.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/PCH/Inputs/chain-selectors2.h b/test/PCH/Inputs/chain-selectors2.h
new file mode 100644
index 0000000..4d6b556
--- /dev/null
+++ b/test/PCH/Inputs/chain-selectors2.h
@@ -0,0 +1,11 @@
+@interface Y
+ -(void)f;
+ -(double)f2;
+ -(void)e;
+@end
+
+void foo2() {
+ // FIXME: Can't verify warnings in headers
+ //(void)@selector(y);
+ //(void)@selector(e);
+}
OpenPOWER on IntegriCloud