about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/binary-linkstatic-flag/HsLib.hs
blob: 68271826d7ee86a13c96b98c548ca94f8db62c33 (plain) (blame)
1
2
3
4
module HsLib (value) where

value :: Int
value = 13