summaryrefslogtreecommitdiff
path: root/testsuite/tests/stranal/sigs/T21754.hs
blob: 37aa9449f84200ee0f460d730d240f0fb5ed802e (plain)
1
2
3
4
5
6
7
{-# OPTIONS_GHC -fno-worker-wrapper #-}

module Test where

f :: Int -> Int
f n = n+1
{-# NOINLINE f #-}