packages feed

hackport-0.5.1: cabal/cabal-testsuite/PackageTests/InternalLibraries/Executable/src/Foo.hs

module Foo where
{-# NOINLINE foo #-}
foo :: Int -> Int
foo x = x + 23