home
/
code
/
tiger.ml.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fail successful execution when expected error is defined
[tiger.ml.git]
/
compiler
/
testcases
/
test32.tig
1
/* error : initializing exp and array type differ */
2
3
let
4
type arrayty = array of int
5
6
var a := arrayty [10] of " "
7
in
8
0
9
end
This page took
0.086276 seconds
and
4
git commands to generate.