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:
Chris Lattner 2003-06-02 03:07:54 +00:00
parent c3eaa89933
commit 71799cda17
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
%X = type { int, float }
void %test() {
getelementptr %X* null, long 0, ubyte 1
ret void
}

View File

@ -0,0 +1,7 @@
%X = type { int, float }
void %test() {
getelementptr %X* null, long 0, ubyte 1
ret void
}