]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/thrift/test/hs/Include_Main.hs
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / jaegertracing / thrift / test / hs / Include_Main.hs
1 module Main where
2
3 import Include_Types
4 import ThriftTest_Types
5
6 main :: IO ()
7 main = putStrLn ("Includes work: " ++ (show (IncludeTest $ Bools True False)))