summaryrefslogtreecommitdiff
path: root/tiger-compiler/tests/llvmtranslate/simple_assignment_string.tig
blob: b8ce8043eecb8220245dcddb185ef24b1f7c5ce3 (plain)
1
2
3
4
5
let
  var text := "abc"
  in
  text := "def"
end