Symboltables are sorted in the bytecode, so no problems here!
[oota-llvm.git] / test / testpointer.ll
1   %ptrty = type int *
2
3 implementation
4
5 [[2 x int]] "test function"(int %i0, int %j0)
6         %array = [[2 x int]] [
7                    [2 x int] [ int 12, int 52 ]
8                  ]
9 begin
10         ret [[2x int]] %array
11 end
12