modern-compiler-ml/tiger/testcases/test32.tig

10 lines
128 B
Text
Raw Normal View History

/* error : initializing exp and array type differ */
let
type arrayty = array of int
var a := arrayty [10] of " "
in
0
end