We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3644b9 commit 23ecf95Copy full SHA for 23ecf95
compiler/tests-oxcaml/misc/.ocamlformat
@@ -0,0 +1 @@
1
+disable
compiler/tests-oxcaml/misc/dune
@@ -0,0 +1,10 @@
+(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
@@ -0,0 +1,4 @@
+type t = { x : t; y : float32# }
+let rec x = { x; y = #0.s }
0 commit comments