summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/flags/T12870g.hs
blob: e40934982780a872e7f75cbdaf034959d8d3e5d7 (plain)
1
2
3
4
5
6
7
8
module T12870g where

import GHC.RTS.Flags (getGCFlags, generations)

main :: IO ()
main = do
    gcFlags <- getGCFlags
    putStr . show $ generations gcFlags