]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/thrift/test/hs/Include_Main.hs
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / thrift / test / hs / Include_Main.hs
CommitLineData
f67539c2
TL
1module Main where
2
3import Include_Types
4import ThriftTest_Types
5
6main :: IO ()
7main = putStrLn ("Includes work: " ++ (show (IncludeTest $ Bools True False)))