LV code on machine instructions
[oota-llvm.git] / test / teststruct.ll
1 %structty = type { int, int }
2
3 { int, int } { int 4, int 3 }
4
5 implementation
6
7 [[2 x int]] "test function"(int %i0, int %j0)
8         %array = [[2 x int]] [
9                    [2 x int] [ int 12, int 52 ]
10                  ]
11 begin
12         ret [[2x int]] %array
13 end