c333c40045c32d93864be59e1ec9fab29dc83a90
[ghc-hetmet.git] / ghc / tests / reader / should_compile / read016.hs
1 -- !!! Checking that both import lists and 'hiding' lists might
2 -- !!! be empty.
3 module ShouldCompile where
4
5 import List  ()
6 import List  hiding ()
7
8 x :: Int
9 x = 1
10