snix/third_party/bazel/rules_haskell/tests/repl-flags/CompilerFlags.hs

10 lines
148 B
Haskell

{-# LANGUAGE CPP #-}
module Main where
import Data.ByteString
#ifdef TESTS_TOOLCHAIN_COMPILER_FLAGS
main = print ("hello" :: ByteString)
#endif