aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/Inputs/chain-selectors1.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/Inputs/chain-selectors1.h')
-rw-r--r--test/PCH/Inputs/chain-selectors1.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/PCH/Inputs/chain-selectors1.h b/test/PCH/Inputs/chain-selectors1.h
index 37c1c00b5741..b0b68f8332c1 100644
--- a/test/PCH/Inputs/chain-selectors1.h
+++ b/test/PCH/Inputs/chain-selectors1.h
@@ -10,3 +10,7 @@ void foo1() {
//(void)@selector(x);
(void)@selector(f);
}
+
+@interface X (Blah)
+- (void)blah_method;
+@end