xref: /aosp_15_r20/external/clang/test/Driver/objc-cpp-output.m (revision 67e74705e28f6214e480b399dd47ea732279e315)
1*67e74705SXin Li// RUN: %clang -emit-llvm -x objc-cpp-output -S %s -o /dev/null
2*67e74705SXin Li
3*67e74705SXin Li// PR13820
4*67e74705SXin Li// REQUIRES: LP64
5*67e74705SXin Li
6*67e74705SXin Li// Should compile without errors
7*67e74705SXin Li@protocol P
8*67e74705SXin Li- (void)m;
9*67e74705SXin Li@end
10*67e74705SXin Livoid f() {}
11