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