diff options
Diffstat (limited to 'test/PCH/objc_methods.h')
-rw-r--r-- | test/PCH/objc_methods.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/PCH/objc_methods.h b/test/PCH/objc_methods.h index 97617be293..4c6b1e1cce 100644 --- a/test/PCH/objc_methods.h +++ b/test/PCH/objc_methods.h @@ -4,3 +4,8 @@ + alloc; - (void)instMethod; @end + +@class TestForwardClassDecl; + +// FIXME: @compatibility_alias AliasForTestPCH TestPCH; + |