hpath/unix/tests/getGroupEntryForName.hs

6 lines
106 B
Haskell
Raw Normal View History

2020-04-14 09:27:28 +00:00
import System.Posix.User
main :: IO ()
main = getGroupEntryForName "thisIsNotMeantToExist" >> return ()