DEBSOURCES
Skip Quicknav
sources / c2hs / 0.28.8-2 / tests / bugs / issue-95 / Issue95.chs
12345678910
module Main where #include "issue95.h" main :: IO () main = do let s = {# sizeof foo #} :: Int a = {# alignof foo #} :: Int print s print a