about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/repl-targets/Hsc.hsc
blob: d4e3d6605c005a2a2d2b98c7dccd41af0d20bdb4 (plain) (blame)
1
2
3
4
5
6
7
8
module Hsc
  ( bar )
where

#ifndef _INTERNAL_HSC_DO_NOT_DEFINE_ME
bar :: String
bar = "bar"
#endif