Testcase distilled from 255.vortex

llvm-svn: 6525
This commit is contained in:
Chris Lattner 2003-06-02 03:07:54 +00:00
parent 1547687d07
commit 1b68433cef

View File

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