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

11 lines
91 B
Text
Raw Normal View History

/* local types hide global */
let
type a = int
in
let
type a = string
in
0
end
end