Testcase distilled from 255.vortex

llvm-svn: 6525
This commit is contained in:
Chris Lattner 2003-06-02 03:07:54 +00:00
parent bca71e4735
commit f557cbd314
1 changed files with 7 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
}