summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/driver/1372/p2/Main.hs
blob: b423120e43b46bfface1689ff918675de35499e6 (plain)
1
2
3
4
5
6
7
module Main where

import A

x = T

main = print "ok"