about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/repl-flags/CompilerFlags.hs
blob: 5470fe11b57c0bd69921bb3550af8bfd11d5b05c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE CPP #-}

module Main where

import Data.ByteString

#ifdef TESTS_TOOLCHAIN_COMPILER_FLAGS
main = print ("hello" :: ByteString)
#endif