hpath/unix/tests/getEnvironment01.hs

9 lines
165 B
Haskell
Raw Normal View History

2020-04-14 09:27:28 +00:00
-- test for trac #781 (GHCi on x86_64, cannot link to static data in
-- shared libs)
import System.Posix.Env
main = getEnvironment >>= (print . (0 <=) . length)