add a pass that can extract all kinds of global values, not just functions. Update...
[oota-llvm.git] / test / FrontendObjC / 2007-10-03-MetadataPointers.mm
1 // RUN: %llvmgcc -x objective-c++ -c %s -o /dev/null
2
3 @class NSImage;
4 void bork() {
5   NSImage *nsimage;
6   [nsimage release];
7 }