repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CodeGenObjCXX
/
2007-10-03-MetadataPointers.mm
blob
2564d67ee5012ecb6788d1ed5d76fb7d0694f9dd
1
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3
@class NSImage;
4
void bork() {
5
NSImage *nsimage;
6
[nsimage release];
7
}