summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/read043.hs
blob: c663a7526e40b3d4e4002c7477e8a88281e885df (plain)
1
2
3
4
5
6
7
8
9
10
11

{-# OPTIONS -fwarn-tabs #-}

-- Check we get a warning for tabs

module ShouldCompile where

tab1	= 'a'
notab   = 'b'
tab2	= 'c'