mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Added testcase for creation of metadata with null pointers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42609 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
87b77b9079
commit
14af7450c2
7
test/FrontendObjC/2007-10-03-MetadataPointers.mm
Normal file
7
test/FrontendObjC/2007-10-03-MetadataPointers.mm
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
// RUN: %llvmgcc -x objective-c++ -c %s -o /dev/null
|
||||||
|
|
||||||
|
@class NSImage;
|
||||||
|
void bork() {
|
||||||
|
NSImage *nsimage;
|
||||||
|
[nsimage release];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user