packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/BangPatterns/bang-fun-arg.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE BangPatterns #-}

module BangPatternsFunArg where

strictId :: Int -> Int
strictId !x = x