android_mt6572_jiabo/external/clang/test/CodeGenObjCXX/2007-10-03-MetadataPointers.mm
2025-09-05 16:56:03 +08:00

7 lines
120 B
Text

// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
@class NSImage;
void bork() {
NSImage *nsimage;
[nsimage release];
}