australis/vendor/git.apache.org/thrift.git/test/hs/Include_Main.hs
2018-10-23 23:32:59 -07:00

7 lines
158 B
Haskell

module Main where
import Include_Types
import ThriftTest_Types
main :: IO ()
main = putStrLn ("Includes work: " ++ (show (IncludeTest $ Bools True False)))