c2hs-0.16.6: tests/bugs/issue-45/Issue45.chs
module Main where
import Foreign.C
#include "issue45.h"
main :: IO ()
main = foo 2
where {#fun foo {`Int'} -> `()'#}
module Main where
import Foreign.C
#include "issue45.h"
main :: IO ()
main = foo 2
where {#fun foo {`Int'} -> `()'#}