Merge branch 'smtv2-unparsed-sexp' into 'master'
[why3.git] / tests / test-ghost.mlw
blob0c590d4f8d66a8d8594c69cbb0cc57f61689630d
3 module M
5   use map.Map
7   let f (x:map int int) : int = x[0]
9 end