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