mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Testcase distilled from 255.vortex
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6525 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c3eaa89933
commit
71799cda17
7
test/CBackend/2003-06-01-NullPointerType.ll
Normal file
7
test/CBackend/2003-06-01-NullPointerType.ll
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
%X = type { int, float }
|
||||
|
||||
void %test() {
|
||||
getelementptr %X* null, long 0, ubyte 1
|
||||
ret void
|
||||
}
|
7
test/CodeGen/CBackend/2003-06-01-NullPointerType.ll
Normal file
7
test/CodeGen/CBackend/2003-06-01-NullPointerType.ll
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
%X = type { int, float }
|
||||
|
||||
void %test() {
|
||||
getelementptr %X* null, long 0, ubyte 1
|
||||
ret void
|
||||
}
|
Loading…
Reference in New Issue
Block a user