Skip to content

Commit ea24052

Browse files
committed
test
1 parent 27d708a commit ea24052

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
+3-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
2-
let f x = opaque x
1+
let f x = Sys.opaque_identity x
32

43
let () =
54
assert(f f == f);
6-
assert(opaque 1 = 1);
7-
assert(opaque 1. = 1.)
8-
5+
assert(Sys.opaque_identity 1 = 1);
6+
assert(Sys.opaque_identity 1. = 1.)

0 commit comments

Comments
 (0)