forked from OSchip/llvm-project
parent
bca71e4735
commit
f557cbd314
|
@ -0,0 +1,7 @@
|
||||||
|
|
||||||
|
%X = type { int, float }
|
||||||
|
|
||||||
|
void %test() {
|
||||||
|
getelementptr %X* null, long 0, ubyte 1
|
||||||
|
ret void
|
||||||
|
}
|
Loading…
Reference in New Issue