blob: 5975e38f873dd32fff9c3735e61e01a0304213bd [file] [log] [blame]
// RUN: %llvmgcc -w -x objective-c++ -c %s -o /dev/null
@class NSImage;
void bork() {
NSImage *nsimage;
[nsimage release];
}