mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 19:35:54 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43252 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ee19b866c3
commit
a91547790b
9
test/FrontendObjC/2007-10-23-GC-WriteBarrier.m
Normal file
9
test/FrontendObjC/2007-10-23-GC-WriteBarrier.m
Normal file
@ -0,0 +1,9 @@
|
||||
// RUN: %llvmgcc -x objective-c -c %s -o /dev/null -fobjc-gc
|
||||
// rdar://5541393
|
||||
|
||||
typedef unsigned int NSUInteger;
|
||||
__attribute__((objc_gc(strong))) float *_scores;
|
||||
|
||||
void foo(int i, float f) {
|
||||
_scores[i] = f;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user