netw-0.1.0.0: test/codegen/Main.hs
module Main where
import Netw.Inet
import System.Exit
main :: IO ()
main
| and tests = exitSuccess
| otherwise = exitFailure
where tests = [ IPPORT_TCPMUX == 1
, IPPORT_QOTD == 17 ]
module Main where
import Netw.Inet
import System.Exit
main :: IO ()
main
| and tests = exitSuccess
| otherwise = exitFailure
where tests = [ IPPORT_TCPMUX == 1
, IPPORT_QOTD == 17 ]