hsimport-0.6: tests/inputFiles/ModuleTest31.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