brintos

brintos / llvm-project-archived public Read only

0
0
Text · 168 B · 293bbc7 Raw
11 lines · plain
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