New testcase, make sure nate doesn't vanish
[oota-llvm.git] / test / Other / 2004-08-16-PackedConstantInlineStore.ll
1 ; RUN: llvm-as < %s | llvm-dis
2
3 %bar = external global <2 x int>                ; <<2 x int>*> [#uses=1]
4
5 implementation   ; Functions:
6
7 void %main() 
8 {
9         store <2 x int> < int 0, int 1 >, <2 x int>* %bar
10         ret void
11 }