summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci/scripts/ghci037.script
blob: 1407625632b1cd4821190b49decf4880cbb05775 (plain)
1
2
3
x <- Control.Concurrent.myThreadId
y <- Control.Concurrent.myThreadId
print (x == y)