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
/
type
/
test40.tig
blob: 1765158e99ef14dbb40303bfd8cb86d5dc281ce0 (
plain
)
1
2
3
4
5
6
7
/* error : procedure returns value */ let function g(a : int) = a in g(2) end