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