2007-10-03-MetadataPointers.mm   [plain text]


/* { dg-do compile } */

@class NSImage;
void bork() {
  NSImage *nsimage;
  [nsimage release];
}