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
/
test49.tig
1
/* error: syntax error, nil should not be preceded by type-id. */
2
let
3
type rectype = {name:string, id:int}
4
5
var a:= rectype nil
6
in
7
a
8
end
This page took
0.085517 seconds
and
4
git commands to generate.