summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T17500.script
blob: f8ea5e9166157f9fd34ec8c5b4caa353ec42a76d (plain)
1
2
3
4
5
6
7
8
9
10
:l T17500
b = 42
:{
fac :: Integer -> Integer
fac 0 = 1
fac n = n * fac (n - 1)
:}
isBCOsFile "T17500.dump-BCOs"
isBCOsFile "Ghci1.dump-BCOs"
isBCOsFile "Ghci2.dump-BCOs"