snix/third_party/bazel/rules_haskell/tests/repl-targets/Hsc.hsc

8 lines
100 B
Haskell

module Hsc
( bar )
where
#ifndef _INTERNAL_HSC_DO_NOT_DEFINE_ME
bar :: String
bar = "bar"
#endif