packages feed

hsimport-0.10.0: tests/inputFiles/ReplaceCppTest1.hs

{-# Language PatternGuards #-}
module Blub
   ( blub
   , foo
   , bar
   ) where
#include "Foo.h"
import Ugah.Foo
import Control.Applicative
#ifdef FOO
import Ugah.Blub
#endif
f :: Int -> Int
f = (+ 3)

g :: Int -> Int
g =
   where