
{-# OPTIONS -fwarn-tabs #-}

-- Check we get a warning for tabs

module ShouldCompile where

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

