liquidhaskell-0.8.10.7: tests/import/deps/D.hs
module D where
import qualified C
{-@ gloob :: x:Nat -> Nat @-}
gloob :: Int -> Int
gloob x = C.quux x x x
module D where
import qualified C
{-@ gloob :: x:Nat -> Nat @-}
gloob :: Int -> Int
gloob x = C.quux x x x