hpath/unix/tests/getGroupEntryForName.hs

6 lines
106 B
Haskell

import System.Posix.User
main :: IO ()
main = getGroupEntryForName "thisIsNotMeantToExist" >> return ()