summaryrefslogtreecommitdiff
path: root/tiger-compiler/tests/llvmtranslate/array_value_compared_to_int.tig
blob: cc2fbe1c6c1ada3a6c62cc44f590d599da1a5287 (plain)
1
2
3
4
5
6
let
  type arrtype = array of int
  var arr1 : arrtype := arrtype [10] of 0
  in
  arr1[3] < 1
end