Skip to content

Commit 23ecf95

Browse files
committed
WIP: more tests
1 parent f3644b9 commit 23ecf95

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
disable

compiler/tests-oxcaml/misc/dune

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
(env
2+
(_
3+
(flags
4+
(:standard
5+
(-w -32-69)))))
6+
7+
(tests
8+
(names test)
9+
(build_if %{oxcaml_supported})
10+
(modes byte js wasm))

compiler/tests-oxcaml/misc/test.ml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
type t = { x : t; y : float32# }
3+
4+
let rec x = { x; y = #0.s }

0 commit comments

Comments
 (0)