1// RUN: %clang -emit-llvm -x objc-cpp-output -S %s -o /dev/null2 3// PR138204// REQUIRES: LP645 6// Should compile without errors7@protocol P8- (void)m;9@end10void f() {}11