summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/T13676.script
blob: ae5473090a354c833227136f1428652ae6944bcb (plain)
1
2
3
4
:load T13676.hs
import System.Environment
Just ghcPath <- lookupEnv "HC"       -- must be set by the testsuite driver
test_t13676 (GhcPath ghcPath)