diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci037.script')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci037.script | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci037.script b/testsuite/tests/ghci/scripts/ghci037.script new file mode 100644 index 0000000000..1407625632 --- /dev/null +++ b/testsuite/tests/ghci/scripts/ghci037.script @@ -0,0 +1,3 @@ +x <- Control.Concurrent.myThreadId +y <- Control.Concurrent.myThreadId +print (x == y)
\ No newline at end of file |