PR#5757: GC compaction bug (crash)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12914 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
be4cf7d973
commit
011a701579
|
@ -0,0 +1,4 @@
|
|||
MAIN_MODULE=pr5757
|
||||
|
||||
include ../../../makefiles/Makefile.one
|
||||
include ../../../makefiles/Makefile.common
|
|
@ -0,0 +1,5 @@
|
|||
Random.init 3;;
|
||||
for i = 0 to 100_000 do
|
||||
ignore (String.create (Random.int 1_000_000))
|
||||
done;;
|
||||
Printf.printf "hello world\n";;
|
|
@ -0,0 +1 @@
|
|||
hello world
|
Loading…
Reference in New Issue