Skip to content

Commit 43f02af

Browse files
authored
flambda-backend: Test fix in #1457 (#1458)
1 parent c896a97 commit 43f02af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
(* TEST
2+
flags = "-extension immutable_arrays"
3+
* native
4+
*)
5+
6+
(* this failed at one point on flambda2 with -O3:
7+
https://github.com/ocaml-flambda/flambda-backend/pull/1457 *)
8+
let singleton x = [: x :]

0 commit comments

Comments
 (0)