hpath/unix/tests/T8108.hs

9 lines
215 B
Haskell
Raw Normal View History

2020-04-14 09:27:28 +00:00
import Control.Monad
import Control.Concurrent
import System.Posix.User
main = do
void $ forkIO $ forever $ getGroupEntryForID 0
void $ forkIO $ forever $ getGroupEntryForID 0
threadDelay (3*1000*1000)