llvm-project/clang/test/CodeGenObjCXX/2007-10-03-MetadataPointers.mm

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
120 B
Plaintext
Raw Normal View History

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