summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/T9061.hs
blob: 1417dcad759d59717855607cc62d5ba7e0b307bb (plain)
1
2
3
4
5
6
{-# OPTIONS_GHC -fwarn-unused-imports #-}
module T9061 where

import Prelude hiding (log)

f = log where log = ()