repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
FrontendObjC++
/
2007-10-03-MetadataPointers.mm
blob
5975e38f873dd32fff9c3735e61e01a0304213bd
1
// RUN: %llvmgcc -w -x objective-c++ -c %s -o /dev/null
2
3
@class NSImage;
4
void bork() {
5
NSImage *nsimage;
6
[nsimage release];
7
}