aboutsummaryrefslogtreecommitdiff
path: root/hypsrc-test/src/PositionPragmas.hs
blob: e01334eda5d3414df7f68cea45a4eaa01e8a76d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{-# LANGUAGE Haskell2010 #-}
module PositionPragmas where

{-# LINE 8 "hypsrc-test/src/PositionPragmas.hs" #-}

foo :: String
foo = bar

{-# LINE 23 "hypsrc-test/src/PositionPragmas.hs" #-}

bar :: String
bar = foo