Now does not include instruction files...
[oota-llvm.git] / test / test2darray.ll
1 implementation
2  
3 [[2 x int]] "test function"(int %i0, int %j0)
4         %array = [[2 x int]] [
5                    [2 x int] [ int 12, int 52 ]
6                  ]
7 begin
8         ret [[2x int]] %array
9 end
10