[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / SemaObjCXX / builtin-objcsuper.mm
bloba6baf3c5165a66ac3ed7268cdb569292a9d99e02
1 // RUN: %clang_cc1 -verify %s
2 // expected-no-diagnostics
4 // objc_super has special lookup rules for compatibility with macOS headers, so
5 // the following should compile.
6 struct objc_super {};
7 extern "C" id objc_msgSendSuper(struct objc_super *super, SEL op, ...);
8 extern "C" void objc_msgSendSuper_stret(struct objc_super *super, SEL op, ...);