about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/c2hs/repo/Baz.chs
blob: b6d74dfc4ea87db2fc9386a68353f15f7f762900 (plain) (blame)
1
2
3
4
5
6
module Baz (baz) where

#include <zlib.h>

baz :: Int
baz = {# sizeof gz_header_s #}