blob: d3977a15773c996dc5f18329dcea6b1ea441e449 [file] [log] [blame]
Roger Meierf341c592014-08-02 18:02:05 +02001module Main where
2
3import Include_Types
4import ThriftTest_Types
5
6main :: IO ()
Noam Zilbersteinaf5d64a2014-07-31 15:44:13 -07007main = putStrLn ("Includes work: " ++ (show (IncludeTest $ Bools True False)))