index
:
ING1-Projects.git
main
Projets ING1 2024-2025
Marcellus
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tiger-compiler
/
tests
/
llvmtranslate
/
simple_if_no_else.tig
blob: 41c6165c19b6b83a1c91dea8cca16f1679623707 (
plain
)
1
2
3
4
5
6
let function nothing (a : int) = a := 42 in if 0 then nothing(43) end