summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/Defer03_before.hs
blob: b0f65fbade167ebb77798e6f77808f07bd69646b (plain)
1
2
3
4
5
6
7
8
9
10
module Main where

a :: Int
a = 'p'

f :: Int
f = _

main :: IO ()
main = print f