hsimport-0.10.0: tests/goldenFiles/ParseTest2.hs
{-# Language PatternGuards #-}
module Blub
( f
) where
#include "Foo.h"
import Ugah.Foo
import Control.Applicative
#ifdef FOO
import Ugah.Blub
#endif
f :: Int -> Int
f i = i + 3
{-# Language PatternGuards #-}
module Blub
( f
) where
#include "Foo.h"
import Ugah.Foo
import Control.Applicative
#ifdef FOO
import Ugah.Blub
#endif
f :: Int -> Int
f i = i + 3