Skip to content

Commit

Permalink
Add test for #209
Browse files Browse the repository at this point in the history
  • Loading branch information
hnrgrgr committed Jan 20, 2016
1 parent 995c4ae commit cdd1fc0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions tests/passing/semi.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
let f () =
print_endline "a"
;
print_endline "b"

let f () = toto
; blah

let f () =
{ a = 3
; b = 4
;
}

module A = struct

type x =
{ a: int
; b: int
;
}

end

0 comments on commit cdd1fc0

Please sign in to comment.