1 2 3 4 5 6 7 8 9
module Main (main) where import GHC.Conc main = do setAllocationCounter (10*1024) enableAllocationLimit print (length [1..])