diff options
Diffstat (limited to 'testsuite/tests/ghci/T16525a/T16525a.script')
-rw-r--r-- | testsuite/tests/ghci/T16525a/T16525a.script | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/T16525a/T16525a.script b/testsuite/tests/ghci/T16525a/T16525a.script new file mode 100644 index 0000000000..d48cfd0f2d --- /dev/null +++ b/testsuite/tests/ghci/T16525a/T16525a.script @@ -0,0 +1,6 @@ +:set -fobject-code +:load A +import Control.Concurrent +_ <- forkIO $ threadDelay 1000000 >> (print (map v1 value)) +:l [] +System.Mem.performGC |