1 2 3 4 5 6 7 8
{-# LANGUGE BangPatterns #-} {-# OPTION_HUGS #-} {-# LIE 42 "Foo.vhs" #-} module T21589 where x :: Int x = 42 {-# INLNE x #-}