(cabal check) Add "No internal name clash" test
[cabal.git] / cabal-testsuite / PackageTests / OrderFlags / Foo.hs
blob937afe7945c035ff9339c299bb1f9ce3be667dd3
1 module Foo where
3 x :: IO Int
4 x = return 5
6 f :: IO Int
7 f = do x
8 return 3