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