summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T8184/C.hs
blob: 97c41a64bd4bd79540a05894c6033e98545289b9 (plain)
1
2
3
4
5
6
7
module C where

import A
import B

panic :: Int -> a
panic x = thing (X (Y x x))