DEBSOURCES
Skip Quicknav
sources / c2hs / 0.28.8-2 / tests / bugs / issue-152 / Issue152.chs
12345678910
module Main where #include "issue152.h" f, g :: Int f = {# sizeof a #} g = {# sizeof s_a #} main :: IO () main = putStrLn "OK"