summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T9762A.hs
blob: cd386edc26ec7494fd6059db2c378310c16d0828 (plain)
1
2
3
4
5
module T9762A (a) where
-- By marking a INLINE, we create a reference from B to A's tickboxes.
{-# INLINE a #-}
a :: Int
a = 3