blob: f7acda5450d6b43df2e4445cafe1bf50f288b92f [file] [log] [blame]
Manman Rena0042c42016-10-03 21:26:46 +00001// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -x objective-c-header -emit-pch %S/Inputs/objc-method-redecl.h -o %t.pch -Wno-objc-root-class
2// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -x objective-c -include-pch %t.pch %s -verify -Wno-objc-root-class
3// expected-no-diagnostics
4
5@implementation T
6- (void)test {
7}
8@end