{-# LANGUAGE CPP #-} module Main ( main ) where import ShapeSyb ( main_tests ) import Control.Monad ( void ) main = void main_tests >> return ()