aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/expressions/conditional-semicolons.hs
{- ORACLE_TEST pass -}
module ExprS306ConditionalSemicolons where
x n = if n > 0; then n; else 0{- ORACLE_TEST pass -}
module ExprS306ConditionalSemicolons where
x n = if n > 0; then n; else 0