mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 02:43:51 +00:00
Testcase distilled from 255.vortex
llvm-svn: 6525
This commit is contained in:
parent
1547687d07
commit
1b68433cef
7
test/Regression/CBackend/2003-06-01-NullPointerType.ll
Normal file
7
test/Regression/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…
x
Reference in New Issue
Block a user