1*abd62140SJyotsna Verma// RUN: %clang -emit-llvm -x objc-cpp-output -S %s -o /dev/null 2ed8080cbSNico Weber 3cb0a08acSNAKAMURA Takumi// PR13820 4cb0a08acSNAKAMURA Takumi// REQUIRES: LP64 5cb0a08acSNAKAMURA Takumi 6ed8080cbSNico Weber// Should compile without errors 7ed8080cbSNico Weber@protocol P 8ed8080cbSNico Weber- (void)m; 9ed8080cbSNico Weber@end 10ed8080cbSNico Webervoid f() {} 11