about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/hsc/Foo.hsc
blob: 2cb726e18110938b3f74ac95b44427793687498c (plain) (blame)
1
2
3
4
5
6
7
8
module Foo (hscFiredFoo) where

#if __GLASGOW_HASKELL__ >= 700
#ifndef _INTERNAL_HSC_DO_NOT_DEFINE_ME
hscFiredFoo :: String
hscFiredFoo = "hscFiredFoo"
#endif
#endif