1// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3@class NSImage;
4void bork() {
5  NSImage *nsimage;
6  [nsimage release];
7}
8