bolt/deps/llvm-18.1.8/clang/test/CodeGenObjCXX/2007-10-03-MetadataPointers.mm

8 lines
120 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
@class NSImage;
void bork() {
NSImage *nsimage;
[nsimage release];
}