hls-pragmas-plugin-1.0.1.0: test/testdata/AddPragmaIgnoreInline.expected.hs
{-# LANGUAGE TupleSections #-}
data Something = Something {
foo :: !String,
bar :: !Int
}
tupleSection = (1, ) <$> Just 2
{-# INLINE addOne #-}
addOne :: Int -> Int
addOne x = x + 1