brintos

brintos / llvm-project-archived public Read only

0
0
Text · 157 B · a49168b Raw
7 lines · plain
1// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5  %s -o %t.cpp2// RUN: %clang_cc1 -fsyntax-only %t.cpp3 4@protocol Foo;5@protocol Foo6@end7