summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/T11077.hs
blob: a5280d9f8dd62da770dc62bf8a96e27a115c0e7e (plain)
1
2
3
4
5
{-# OPTIONS_GHC -Wno-compat-unqualified-imports #-}

module T11077 (module X, foo) where
import Data.List as X
foo = undefined