summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T16089.script
blob: d4e6676244ee163a3f518f7092340918e253ccc0 (plain)
1
2
3
4
x = [0 .. 100000] :: [Int]
:sprint x
x `seq` True
:sprint x