llvm-for-llvmta/tools/clang/test/Driver/objc-cpp-output.m
Nils Hölscher 7f403f4f1e added clang
2022-04-25 13:02:35 +02:00

11 lines
168 B
Objective-C

// RUN: %clang -emit-llvm -x objc-cpp-output -S %s -o /dev/null
// PR13820
// REQUIRES: LP64
// Should compile without errors
@protocol P
- (void)m;
@end
void f() {}