home
/
code
/
tiger.ml.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Fail successful execution when expected error is defined
[tiger.ml.git]
/
compiler
/
testcases
/
test29.tig
Commit
Line
Data
38ffcb1f
SK
1
/* error : different array types */
2
3
let
4
type arrtype1 = array of int
5
type arrtype2 = array of int
6
7
var arr1: arrtype1 := arrtype2 [10] of 0
8
in
9
arr1
10
end
This page took
0.022605 seconds
and
4
git commands to generate.