summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/T2526.hs
blob: c77168c73b3508fa98f7b3affbd902def72ffe05 (plain)
1
2
3
4
5
6
7
module T2526 (foo) where

-- This should generate a warning
foo = 1

-- This should not
bar = 2