summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/T21589.hs
blob: d9f9eff724db6c5cf3816f7f3f98acc4731e0595 (plain)
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 #-}