summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/T22795c.hs
blob: 0605d93fb3925f5f8ed3a276042968b3290425df (plain)
1
2
3
4
5
6
module Main (main) where

import System.Posix.Internals (hostIsThreaded)

main :: IO ()
main = print hostIsThreaded