aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/BlockArguments/basic-if.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE BlockArguments #-}
module BasicIf where
f x y z = id if x then y else z{- ORACLE_TEST pass -}
{-# LANGUAGE BlockArguments #-}
module BasicIf where
f x y z = id if x then y else z