Skip to content

Commit

Permalink
Add an additional test for let-rec + unboxed types
Browse files Browse the repository at this point in the history
  • Loading branch information
yallop authored and chambart committed Feb 1, 2018
1 parent 6f386b4 commit 9aae798
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testsuite/tests/letrec/allowed.ml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,6 @@ let rec d =
V d
else
W);;

type r = R of r list [@@unboxed];;
let rec a = R [a];;

0 comments on commit 9aae798

Please sign in to comment.