packages feed

c2hs-0.19.1: tests/bugs/issue-107/Issue107.chs

module Main where

check :: Bool
#if (C2HS_MIN_VERSION(0,19,1))
check = True
#else
check = False
#endif

main :: IO ()
main = print check