summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/read016.hs
blob: 99fd09cbab4ff6e6fc331838f92f713584a25671 (plain)
1
2
3
4
5
6
7
8
9
10
-- !!! Checking that both import lists and 'hiding' lists might
-- !!! be empty.
module ShouldCompile where

import Data.Tuple  ()
import Data.Tuple  hiding ()

x :: Int
x = 1