1 // RUN: %llvmgcc -w -x objective-c++ -S %s -o /dev/null 2 3 @class NSImage; 4 void bork() { 5 NSImage *nsimage; 6 [nsimage release]; 7 } 8