aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/pragma/inline-pragma-lowercase.hs
{- ORACLE_TEST pass -}
module InlinePragmaLowercase where
fn :: Int -> Int
fn x = x + 1
{-#inline fn#-}
{- ORACLE_TEST pass -}
module InlinePragmaLowercase where
fn :: Int -> Int
fn x = x + 1
{-#inline fn#-}