snix/third_party/bazel/rules_haskell/tests/c2hs/Bar.chs

6 lines
63 B
Text

module Bar (bar) where
{#import Foo.Foo#}
bar :: Int
bar = 6