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