summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/T17989C.hs
blob: c53471e14d99d1ee5709f35c89835539d7dec063 (plain)
1
2
3
4
5
6
7
module T17989C (foo) where

foo :: Int -> String
foo n = "C.foo-" <> priv n

priv :: Int -> String
priv n = "C.foo-" <> show n